pub struct HistoryWriter { /* private fields */ }Implementations§
Source§impl HistoryWriter
impl HistoryWriter
Trait Implementations§
Source§impl Clone for HistoryWriter
impl Clone for HistoryWriter
Auto 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