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