pub struct SeqFile { /* private fields */ }
Expand description
A utility for generating the contents of a seq file.
Implementations§
Auto Trait Implementations§
impl !Freeze for SeqFile
impl !RefUnwindSafe for SeqFile
impl !Send for SeqFile
impl !Sync for SeqFile
impl !Unpin for SeqFile
impl UnwindSafe for SeqFile
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