pub struct SstWriter { /* private fields */ }Expand description
Minimal SST for walking skeleton Format: [magic(4) | version(4) | count(4) | reserved(4)] [record…] [crc(4)] Records are sorted by key
Implementations§
Auto Trait Implementations§
impl Freeze for SstWriter
impl RefUnwindSafe for SstWriter
impl Send for SstWriter
impl Sync for SstWriter
impl Unpin for SstWriter
impl UnwindSafe for SstWriter
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