pub struct PkBuilder { /* private fields */ }Expand description
Incremental primary-key byte encoder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PkBuilder
impl RefUnwindSafe for PkBuilder
impl Send for PkBuilder
impl Sync for PkBuilder
impl Unpin for PkBuilder
impl UnsafeUnpin for PkBuilder
impl UnwindSafe for PkBuilder
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