pub struct Timber { /* private fields */ }
Expand description
Timber struct - used as singleton.
Implementations§
Auto Trait Implementations§
impl Freeze for Timber
impl RefUnwindSafe for Timber
impl Send for Timber
impl Sync for Timber
impl Unpin for Timber
impl UnwindSafe for Timber
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