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