[−][src]Struct sled_extensions::structured::Batch
A batch of updates that will be applied atomically to the Tree.
Methods
impl<V, E> StructuredBatch<V, E> where
E: Encoding<V>, [src]
E: Encoding<V>,
pub fn insert<K>(&mut self, key: K, value: V) -> Result<()> where
IVec: From<K>, [src]
IVec: From<K>,
Set a key to a new value
pub fn remove<K>(&mut self, key: K) where
IVec: From<K>, [src]
IVec: From<K>,
Remove a key
Trait Implementations
impl<V: Default, E: Default> Default for StructuredBatch<V, E>[src]
fn default() -> StructuredBatch<V, E>[src]
impl<V: Clone, E: Clone> Clone for StructuredBatch<V, E>[src]
fn clone(&self) -> StructuredBatch<V, E>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<V: Debug, E: Debug> Debug for StructuredBatch<V, E>[src]
Auto Trait Implementations
impl<V, E> Send for StructuredBatch<V, E> where
E: Send,
V: Send,
E: Send,
V: Send,
impl<V, E> Unpin for StructuredBatch<V, E> where
E: Unpin,
V: Unpin,
E: Unpin,
V: Unpin,
impl<V, E> Sync for StructuredBatch<V, E> where
E: Sync,
V: Sync,
E: Sync,
V: Sync,
impl<V, E> UnwindSafe for StructuredBatch<V, E> where
E: UnwindSafe,
V: UnwindSafe,
E: UnwindSafe,
V: UnwindSafe,
impl<V, E> RefUnwindSafe for StructuredBatch<V, E> where
E: RefUnwindSafe,
V: RefUnwindSafe,
E: RefUnwindSafe,
V: RefUnwindSafe,
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,