pub struct ResendInviteResponse {
pub resent: bool,
pub email_sent: bool,
pub invite: Map<String, Value>,
}Expand description
ResendInviteResponse model.
Fields§
§resent: bool§email_sent: bool§invite: Map<String, Value>Trait Implementations§
Source§impl Clone for ResendInviteResponse
impl Clone for ResendInviteResponse
Source§fn clone(&self) -> ResendInviteResponse
fn clone(&self) -> ResendInviteResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResendInviteResponse
impl Debug for ResendInviteResponse
Source§impl Default for ResendInviteResponse
impl Default for ResendInviteResponse
Source§fn default() -> ResendInviteResponse
fn default() -> ResendInviteResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResendInviteResponse
impl<'de> Deserialize<'de> for ResendInviteResponse
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 ResendInviteResponse
impl PartialEq for ResendInviteResponse
Source§impl Serialize for ResendInviteResponse
impl Serialize for ResendInviteResponse
impl StructuralPartialEq for ResendInviteResponse
Auto Trait Implementations§
impl Freeze for ResendInviteResponse
impl RefUnwindSafe for ResendInviteResponse
impl Send for ResendInviteResponse
impl Sync for ResendInviteResponse
impl Unpin for ResendInviteResponse
impl UnsafeUnpin for ResendInviteResponse
impl UnwindSafe for ResendInviteResponse
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