pub struct DailyLogger { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DailyLogger
impl RefUnwindSafe for DailyLogger
impl Send for DailyLogger
impl Sync for DailyLogger
impl Unpin for DailyLogger
impl UnsafeUnpin for DailyLogger
impl UnwindSafe for DailyLogger
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