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