pub struct LoggerInitError;Trait Implementations§
Source§impl Debug for LoggerInitError
impl Debug for LoggerInitError
Auto Trait Implementations§
impl Freeze for LoggerInitError
impl RefUnwindSafe for LoggerInitError
impl Send for LoggerInitError
impl Sync for LoggerInitError
impl Unpin for LoggerInitError
impl UnwindSafe for LoggerInitError
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