#[repr(C)]pub enum AwayStatus {
None = 0,
Zzz = 1,
}Variants§
Trait Implementations§
Source§impl Clone for AwayStatus
impl Clone for AwayStatus
Source§fn clone(&self) -> AwayStatus
fn clone(&self) -> AwayStatus
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 AwayStatus
Source§impl Debug for AwayStatus
impl Debug for AwayStatus
impl Eq for AwayStatus
Source§impl PartialEq for AwayStatus
impl PartialEq for AwayStatus
Source§fn eq(&self, other: &AwayStatus) -> bool
fn eq(&self, other: &AwayStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AwayStatus
Auto Trait Implementations§
impl Freeze for AwayStatus
impl RefUnwindSafe for AwayStatus
impl Send for AwayStatus
impl Sync for AwayStatus
impl Unpin for AwayStatus
impl UnsafeUnpin for AwayStatus
impl UnwindSafe for AwayStatus
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