pub struct SimpleFileWriter { /* private fields */ }
Expand description
This allows this crate to be used outside of Copper (ie. decoupling it from the unifiedlog.
Implementations§
Trait Implementations§
Source§impl Debug for SimpleFileWriter
impl Debug for SimpleFileWriter
Auto Trait Implementations§
impl Freeze for SimpleFileWriter
impl RefUnwindSafe for SimpleFileWriter
impl Send for SimpleFileWriter
impl Sync for SimpleFileWriter
impl Unpin for SimpleFileWriter
impl UnwindSafe for SimpleFileWriter
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