pub enum LoggingMethod {
SetLevel,
}Variants§
SetLevel
Trait Implementations§
Source§impl Clone for LoggingMethod
impl Clone for LoggingMethod
Source§fn clone(&self) -> LoggingMethod
fn clone(&self) -> LoggingMethod
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 LoggingMethod
impl Debug for LoggingMethod
Source§impl PartialEq for LoggingMethod
impl PartialEq for LoggingMethod
impl Copy for LoggingMethod
impl Eq for LoggingMethod
impl StructuralPartialEq for LoggingMethod
Auto Trait Implementations§
impl Freeze for LoggingMethod
impl RefUnwindSafe for LoggingMethod
impl Send for LoggingMethod
impl Sync for LoggingMethod
impl Unpin for LoggingMethod
impl UnsafeUnpin for LoggingMethod
impl UnwindSafe for LoggingMethod
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