pub enum ContactEventKind {
Begin,
End,
}Variants§
Trait Implementations§
Source§impl Clone for ContactEventKind
impl Clone for ContactEventKind
Source§fn clone(&self) -> ContactEventKind
fn clone(&self) -> ContactEventKind
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 moreimpl Copy for ContactEventKind
Source§impl Debug for ContactEventKind
impl Debug for ContactEventKind
impl Eq for ContactEventKind
Source§impl PartialEq for ContactEventKind
impl PartialEq for ContactEventKind
impl StructuralPartialEq for ContactEventKind
Auto Trait Implementations§
impl Freeze for ContactEventKind
impl RefUnwindSafe for ContactEventKind
impl Send for ContactEventKind
impl Sync for ContactEventKind
impl Unpin for ContactEventKind
impl UnsafeUnpin 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