pub enum IdentifyMode {
Quiet = 0,
Loud = 255,
}
Variants§
Trait Implementations§
Source§impl Clone for IdentifyMode
impl Clone for IdentifyMode
Source§fn clone(&self) -> IdentifyMode
fn clone(&self) -> IdentifyMode
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 IdentifyMode
impl Debug for IdentifyMode
Source§impl PartialEq for IdentifyMode
impl PartialEq for IdentifyMode
Source§impl TryFrom<u8> for IdentifyMode
impl TryFrom<u8> for IdentifyMode
impl Copy for IdentifyMode
impl StructuralPartialEq for IdentifyMode
Auto Trait Implementations§
impl Freeze for IdentifyMode
impl RefUnwindSafe for IdentifyMode
impl Send for IdentifyMode
impl Sync for IdentifyMode
impl Unpin for IdentifyMode
impl UnwindSafe for IdentifyMode
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