pub enum Stealth {
Loud,
Normal,
Passive,
Offline,
}Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Stealth
impl<'de> Deserialize<'de> for Stealth
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialOrd for Stealth
impl PartialOrd for Stealth
impl Eq for Stealth
impl StructuralPartialEq for Stealth
Auto Trait Implementations§
impl Freeze for Stealth
impl RefUnwindSafe for Stealth
impl Send for Stealth
impl Sync for Stealth
impl Unpin for Stealth
impl UnsafeUnpin for Stealth
impl UnwindSafe for Stealth
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