pub enum GetlogLogType {
SKIPPED = 0,
BROKEN = 1,
UNUSUAL = 2,
INFO = 3,
DEBUG = 4,
IO_IN = 5,
IO_OUT = 6,
TRACE = 7,
}Variants§
Trait Implementations§
Source§impl Clone for GetlogLogType
impl Clone for GetlogLogType
Source§fn clone(&self) -> GetlogLogType
fn clone(&self) -> GetlogLogType
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 moreSource§impl Debug for GetlogLogType
impl Debug for GetlogLogType
Source§impl<'de> Deserialize<'de> for GetlogLogType
impl<'de> Deserialize<'de> for GetlogLogType
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 PartialEq for GetlogLogType
impl PartialEq for GetlogLogType
Source§fn eq(&self, other: &GetlogLogType) -> bool
fn eq(&self, other: &GetlogLogType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetlogLogType
impl Serialize for GetlogLogType
Source§impl ToString for GetlogLogType
impl ToString for GetlogLogType
Source§impl TryFrom<i32> for GetlogLogType
impl TryFrom<i32> for GetlogLogType
impl Copy for GetlogLogType
impl Eq for GetlogLogType
impl StructuralPartialEq for GetlogLogType
Auto Trait Implementations§
impl Freeze for GetlogLogType
impl RefUnwindSafe for GetlogLogType
impl Send for GetlogLogType
impl Sync for GetlogLogType
impl Unpin for GetlogLogType
impl UnsafeUnpin for GetlogLogType
impl UnwindSafe for GetlogLogType
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