pub struct LiveLogFileHandle { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for LiveLogFileHandle
impl Clone for LiveLogFileHandle
Source§fn clone(&self) -> LiveLogFileHandle
fn clone(&self) -> LiveLogFileHandle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for LiveLogFileHandle
impl RefUnwindSafe for LiveLogFileHandle
impl Send for LiveLogFileHandle
impl Sync for LiveLogFileHandle
impl Unpin for LiveLogFileHandle
impl UnwindSafe for LiveLogFileHandle
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