Enum client2::user::ContactEventKind
source · pub enum ContactEventKind {
Requested,
Accepted,
Cancelled,
}
Variants§
Trait Implementations§
source§impl Clone for ContactEventKind
impl Clone for ContactEventKind
source§fn clone(&self) -> ContactEventKind
fn clone(&self) -> ContactEventKind
Returns a copy 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 moreimpl Copy for ContactEventKind
Auto Trait Implementations§
impl RefUnwindSafe for ContactEventKind
impl Send for ContactEventKind
impl Sync for ContactEventKind
impl Unpin for ContactEventKind
impl UnwindSafe for ContactEventKind
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