pub struct KeyValue { /* private fields */ }Expand description
A key/value pair.
Range read operations on FDB return KeyValues.
Implementations§
Source§impl KeyValue
impl KeyValue
Sourcepub fn get_key_ref(&self) -> &Key
pub fn get_key_ref(&self) -> &Key
Sourcepub fn get_value_ref(&self) -> &Value
pub fn get_value_ref(&self) -> &Value
Sourcepub fn into_value(self) -> Value
pub fn into_value(self) -> Value
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for KeyValue
impl RefUnwindSafe for KeyValue
impl Send for KeyValue
impl Sync for KeyValue
impl Unpin for KeyValue
impl UnwindSafe for KeyValue
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