pub enum InviteCommand {
Accept,
Tentative,
Decline,
}Variants§
Trait Implementations§
Source§impl Clone for InviteCommand
impl Clone for InviteCommand
Source§fn clone(&self) -> InviteCommand
fn clone(&self) -> InviteCommand
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 InviteCommand
impl Debug for InviteCommand
Source§impl PartialEq for InviteCommand
impl PartialEq for InviteCommand
Source§fn eq(&self, other: &InviteCommand) -> bool
fn eq(&self, other: &InviteCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InviteCommand
impl StructuralPartialEq for InviteCommand
Auto Trait Implementations§
impl Freeze for InviteCommand
impl RefUnwindSafe for InviteCommand
impl Send for InviteCommand
impl Sync for InviteCommand
impl Unpin for InviteCommand
impl UnsafeUnpin for InviteCommand
impl UnwindSafe for InviteCommand
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