pub struct GetMessagingActionResponseLinks {
pub param_self: Box<LinkObject>,
pub schema: Box<LinkObject>,
}Expand description
GetMessagingActionResponseLinks : The links response that is associated with the messaging action.
Fields§
§param_self: Box<LinkObject>§schema: Box<LinkObject>Implementations§
Source§impl GetMessagingActionResponseLinks
impl GetMessagingActionResponseLinks
Sourcepub fn new(
param_self: LinkObject,
schema: LinkObject,
) -> GetMessagingActionResponseLinks
pub fn new( param_self: LinkObject, schema: LinkObject, ) -> GetMessagingActionResponseLinks
The links response that is associated with the messaging action.
Trait Implementations§
Source§impl Clone for GetMessagingActionResponseLinks
impl Clone for GetMessagingActionResponseLinks
Source§fn clone(&self) -> GetMessagingActionResponseLinks
fn clone(&self) -> GetMessagingActionResponseLinks
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetMessagingActionResponseLinks
impl Default for GetMessagingActionResponseLinks
Source§fn default() -> GetMessagingActionResponseLinks
fn default() -> GetMessagingActionResponseLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMessagingActionResponseLinks
impl<'de> Deserialize<'de> for GetMessagingActionResponseLinks
Source§fn 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
Source§impl PartialEq for GetMessagingActionResponseLinks
impl PartialEq for GetMessagingActionResponseLinks
Source§fn eq(&self, other: &GetMessagingActionResponseLinks) -> bool
fn eq(&self, other: &GetMessagingActionResponseLinks) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetMessagingActionResponseLinks
Auto Trait Implementations§
impl Freeze for GetMessagingActionResponseLinks
impl RefUnwindSafe for GetMessagingActionResponseLinks
impl Send for GetMessagingActionResponseLinks
impl Sync for GetMessagingActionResponseLinks
impl Unpin for GetMessagingActionResponseLinks
impl UnwindSafe for GetMessagingActionResponseLinks
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more