pub struct SegmentWriter { /* private fields */ }Expand description
Segment writer for append-only storage
Implementations§
Source§impl SegmentWriter
impl SegmentWriter
Auto Trait Implementations§
impl Freeze for SegmentWriter
impl RefUnwindSafe for SegmentWriter
impl Send for SegmentWriter
impl Sync for SegmentWriter
impl Unpin for SegmentWriter
impl UnwindSafe for SegmentWriter
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