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