[−][src]Struct sled_extensions::expiring::Batch
A batch of updates that will be applied atomically to the Tree.
Methods
impl<V, F> ExpiringBatch<V, F> where
F: Encoding<V> + 'static, [src]
F: Encoding<V> + 'static,
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, F: Default> Default for ExpiringBatch<V, F>[src]
fn default() -> ExpiringBatch<V, F>[src]
impl<V: Clone, F: Clone> Clone for ExpiringBatch<V, F>[src]
fn clone(&self) -> ExpiringBatch<V, F>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<V: Debug, F: Debug> Debug for ExpiringBatch<V, F>[src]
Auto Trait Implementations
impl<V, F> Send for ExpiringBatch<V, F> where
F: Send,
V: Send,
F: Send,
V: Send,
impl<V, F> Unpin for ExpiringBatch<V, F> where
F: Unpin,
V: Unpin,
F: Unpin,
V: Unpin,
impl<V, F> Sync for ExpiringBatch<V, F> where
F: Sync,
V: Sync,
F: Sync,
V: Sync,
impl<V, F> UnwindSafe for ExpiringBatch<V, F> where
F: UnwindSafe,
V: UnwindSafe,
F: UnwindSafe,
V: UnwindSafe,
impl<V, F> RefUnwindSafe for ExpiringBatch<V, F> where
F: RefUnwindSafe,
V: RefUnwindSafe,
F: 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,