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