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