pub struct InvitationResponseDataAllOf {
pub id: Option<Box<String>>,
pub attributes: Option<Box<Timestamps>>,
pub relationships: Option<Box<RelationshipsForInvitation>>,
}
Fields§
§id: Option<Box<String>>
§attributes: Option<Box<Timestamps>>
§relationships: Option<Box<RelationshipsForInvitation>>
Implementations§
Source§impl InvitationResponseDataAllOf
impl InvitationResponseDataAllOf
pub fn new() -> InvitationResponseDataAllOf
Trait Implementations§
Source§impl Clone for InvitationResponseDataAllOf
impl Clone for InvitationResponseDataAllOf
Source§fn clone(&self) -> InvitationResponseDataAllOf
fn clone(&self) -> InvitationResponseDataAllOf
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 Debug for InvitationResponseDataAllOf
impl Debug for InvitationResponseDataAllOf
Source§impl Default for InvitationResponseDataAllOf
impl Default for InvitationResponseDataAllOf
Source§fn default() -> InvitationResponseDataAllOf
fn default() -> InvitationResponseDataAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InvitationResponseDataAllOf
impl<'de> Deserialize<'de> for InvitationResponseDataAllOf
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
impl StructuralPartialEq for InvitationResponseDataAllOf
Auto Trait Implementations§
impl Freeze for InvitationResponseDataAllOf
impl RefUnwindSafe for InvitationResponseDataAllOf
impl Send for InvitationResponseDataAllOf
impl Sync for InvitationResponseDataAllOf
impl Unpin for InvitationResponseDataAllOf
impl UnwindSafe for InvitationResponseDataAllOf
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