pub struct KvGeneration { /* private fields */ }Expand description
Opaque D108 per-key generation token for typed KV versioned reads.
Trait Implementations§
Source§impl Clone for KvGeneration
impl Clone for KvGeneration
Source§fn clone(&self) -> KvGeneration
fn clone(&self) -> KvGeneration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for KvGeneration
impl RefUnwindSafe for KvGeneration
impl Send for KvGeneration
impl Sync for KvGeneration
impl Unpin for KvGeneration
impl UnsafeUnpin for KvGeneration
impl UnwindSafe for KvGeneration
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