pub struct DeclineInviteFromPickerResponse {
pub declined: bool,
pub invite: Invite,
}Expand description
DeclineInviteFromPickerResponse model.
Fields§
§declined: bool§invite: InviteTrait Implementations§
Source§impl Clone for DeclineInviteFromPickerResponse
impl Clone for DeclineInviteFromPickerResponse
Source§fn clone(&self) -> DeclineInviteFromPickerResponse
fn clone(&self) -> DeclineInviteFromPickerResponse
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 Default for DeclineInviteFromPickerResponse
impl Default for DeclineInviteFromPickerResponse
Source§fn default() -> DeclineInviteFromPickerResponse
fn default() -> DeclineInviteFromPickerResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeclineInviteFromPickerResponse
impl<'de> Deserialize<'de> for DeclineInviteFromPickerResponse
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 DeclineInviteFromPickerResponse
Auto Trait Implementations§
impl Freeze for DeclineInviteFromPickerResponse
impl RefUnwindSafe for DeclineInviteFromPickerResponse
impl Send for DeclineInviteFromPickerResponse
impl Sync for DeclineInviteFromPickerResponse
impl Unpin for DeclineInviteFromPickerResponse
impl UnsafeUnpin for DeclineInviteFromPickerResponse
impl UnwindSafe for DeclineInviteFromPickerResponse
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