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