pub struct MemorySstWriter { /* private fields */ }Expand description
In-memory SST writer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemorySstWriter
impl RefUnwindSafe for MemorySstWriter
impl Send for MemorySstWriter
impl Sync for MemorySstWriter
impl Unpin for MemorySstWriter
impl UnwindSafe for MemorySstWriter
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