pub enum CustomLogStyle {
Warn,
Error,
Info,
Hidden,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CustomLogStyle
impl RefUnwindSafe for CustomLogStyle
impl Send for CustomLogStyle
impl Sync for CustomLogStyle
impl Unpin for CustomLogStyle
impl UnwindSafe for CustomLogStyle
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