Enum dittolive_ditto::prelude::CLogLevel
#[repr(C)]pub enum CLogLevel {
Error,
Warning,
Info,
Debug,
Verbose,
}
Variants§
Trait Implementations§
impl Copy for CLogLevel
impl Eq for CLogLevel
impl StructuralEq for CLogLevel
impl StructuralPartialEq for CLogLevel
Auto Trait Implementations§
impl RefUnwindSafe for CLogLevel
impl Send for CLogLevel
impl Sync for CLogLevel
impl Unpin for CLogLevel
impl UnwindSafe for CLogLevel
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
§impl<T> CompatExt for T
impl<T> CompatExt for T
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more