pub struct HistoryWriter { /* private fields */ }Implementations§
Source§impl HistoryWriter
impl HistoryWriter
Trait Implementations§
Source§impl Clone for HistoryWriter
impl Clone for HistoryWriter
Source§fn clone(&self) -> HistoryWriter
fn clone(&self) -> HistoryWriter
Returns a duplicate 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 HistoryWriter
impl RefUnwindSafe for HistoryWriter
impl Send for HistoryWriter
impl Sync for HistoryWriter
impl Unpin for HistoryWriter
impl UnsafeUnpin for HistoryWriter
impl UnwindSafe for HistoryWriter
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