Struct amazon_sp_messaging::models::create_unexpected_problem_response::CreateUnexpectedProblemResponse
source · [−]Expand description
CreateUnexpectedProblemResponse : The response schema for the createUnexpectedProblem operation.
Fields
errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl CreateUnexpectedProblemResponse
impl CreateUnexpectedProblemResponse
sourcepub fn new() -> CreateUnexpectedProblemResponse
pub fn new() -> CreateUnexpectedProblemResponse
The response schema for the createUnexpectedProblem operation.
Trait Implementations
sourceimpl Clone for CreateUnexpectedProblemResponse
impl Clone for CreateUnexpectedProblemResponse
sourcefn clone(&self) -> CreateUnexpectedProblemResponse
fn clone(&self) -> CreateUnexpectedProblemResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for CreateUnexpectedProblemResponse
impl Default for CreateUnexpectedProblemResponse
sourcefn default() -> CreateUnexpectedProblemResponse
fn default() -> CreateUnexpectedProblemResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CreateUnexpectedProblemResponse
impl<'de> Deserialize<'de> for CreateUnexpectedProblemResponse
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<CreateUnexpectedProblemResponse> for CreateUnexpectedProblemResponse
impl PartialEq<CreateUnexpectedProblemResponse> for CreateUnexpectedProblemResponse
sourcefn eq(&self, other: &CreateUnexpectedProblemResponse) -> bool
fn eq(&self, other: &CreateUnexpectedProblemResponse) -> bool
impl StructuralPartialEq for CreateUnexpectedProblemResponse
Auto Trait Implementations
impl RefUnwindSafe for CreateUnexpectedProblemResponse
impl Send for CreateUnexpectedProblemResponse
impl Sync for CreateUnexpectedProblemResponse
impl Unpin for CreateUnexpectedProblemResponse
impl UnwindSafe for CreateUnexpectedProblemResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more