Enum qbit_api_rs::types::LogMainType
source · #[repr(u8)]pub enum LogMainType {
NORMAL,
INFO,
WARNING,
CRITICAL,
}
Expand description
Variants§
Trait Implementations§
source§impl Debug for LogMainType
impl Debug for LogMainType
source§impl<'de> Deserialize<'de> for LogMainType
impl<'de> Deserialize<'de> for LogMainType
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<LogMainType> for LogMainType
impl PartialEq<LogMainType> for LogMainType
source§fn eq(&self, other: &LogMainType) -> bool
fn eq(&self, other: &LogMainType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LogMainType
impl Serialize for LogMainType
impl StructuralPartialEq for LogMainType
Auto Trait Implementations§
impl RefUnwindSafe for LogMainType
impl Send for LogMainType
impl Sync for LogMainType
impl Unpin for LogMainType
impl UnwindSafe for LogMainType
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