pub struct StoreKVBuilder { /* private fields */ }Auto Trait Implementations§
impl Freeze for StoreKVBuilder
impl RefUnwindSafe for StoreKVBuilder
impl Send for StoreKVBuilder
impl Sync for StoreKVBuilder
impl Unpin for StoreKVBuilder
impl UnsafeUnpin for StoreKVBuilder
impl UnwindSafe for StoreKVBuilder
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