pub enum RingLogLevel {
Trace,
Debug,
Info,
Warn,
Error,
}Expand description
Log level for ring log entries.
Variants§
Trait Implementations§
Source§impl Clone for RingLogLevel
impl Clone for RingLogLevel
Source§fn clone(&self) -> RingLogLevel
fn clone(&self) -> RingLogLevel
Returns a duplicate of the value. Read more
1.0.0 · 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 RingLogLevel
impl Debug for RingLogLevel
Source§impl PartialEq for RingLogLevel
impl PartialEq for RingLogLevel
impl Eq for RingLogLevel
impl StructuralPartialEq for RingLogLevel
Auto Trait Implementations§
impl Freeze for RingLogLevel
impl RefUnwindSafe for RingLogLevel
impl Send for RingLogLevel
impl Sync for RingLogLevel
impl Unpin for RingLogLevel
impl UnsafeUnpin for RingLogLevel
impl UnwindSafe for RingLogLevel
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