pub enum WireCtxLevel {
Ok,
Warn,
Critical,
}Variants§
Trait Implementations§
Source§impl Clone for WireCtxLevel
impl Clone for WireCtxLevel
Source§fn clone(&self) -> WireCtxLevel
fn clone(&self) -> WireCtxLevel
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 WireCtxLevel
Source§impl Debug for WireCtxLevel
impl Debug for WireCtxLevel
Source§impl<'de> Deserialize<'de> for WireCtxLevel
impl<'de> Deserialize<'de> for WireCtxLevel
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
impl Eq for WireCtxLevel
Source§impl PartialEq for WireCtxLevel
impl PartialEq for WireCtxLevel
Source§impl Serialize for WireCtxLevel
impl Serialize for WireCtxLevel
impl StructuralPartialEq for WireCtxLevel
Auto Trait Implementations§
impl Freeze for WireCtxLevel
impl RefUnwindSafe for WireCtxLevel
impl Send for WireCtxLevel
impl Sync for WireCtxLevel
impl Unpin for WireCtxLevel
impl UnsafeUnpin for WireCtxLevel
impl UnwindSafe for WireCtxLevel
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