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