Struct amazon_sp_messaging::models::get_messaging_action_response__embedded::GetMessagingActionResponseEmbedded
source · [−]pub struct GetMessagingActionResponseEmbedded {
pub schema: Option<Box<GetSchemaResponse>>,
}Fields
schema: Option<Box<GetSchemaResponse>>Implementations
Trait Implementations
sourceimpl Clone for GetMessagingActionResponseEmbedded
impl Clone for GetMessagingActionResponseEmbedded
sourcefn clone(&self) -> GetMessagingActionResponseEmbedded
fn clone(&self) -> GetMessagingActionResponseEmbedded
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 GetMessagingActionResponseEmbedded
impl Default for GetMessagingActionResponseEmbedded
sourcefn default() -> GetMessagingActionResponseEmbedded
fn default() -> GetMessagingActionResponseEmbedded
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetMessagingActionResponseEmbedded
impl<'de> Deserialize<'de> for GetMessagingActionResponseEmbedded
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<GetMessagingActionResponseEmbedded> for GetMessagingActionResponseEmbedded
impl PartialEq<GetMessagingActionResponseEmbedded> for GetMessagingActionResponseEmbedded
sourcefn eq(&self, other: &GetMessagingActionResponseEmbedded) -> bool
fn eq(&self, other: &GetMessagingActionResponseEmbedded) -> bool
impl StructuralPartialEq for GetMessagingActionResponseEmbedded
Auto Trait Implementations
impl RefUnwindSafe for GetMessagingActionResponseEmbedded
impl Send for GetMessagingActionResponseEmbedded
impl Sync for GetMessagingActionResponseEmbedded
impl Unpin for GetMessagingActionResponseEmbedded
impl UnwindSafe for GetMessagingActionResponseEmbedded
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