pub struct FdbRowKey { /* private fields */ }
Expand description
A row key you can own
Until dropped, this might prevent multiple key/values from beeing freed. (i.e. the future that own the data is dropped once all data it provided is dropped)
Trait Implementations§
impl Eq for FdbRowKey
Auto Trait Implementations§
impl Freeze for FdbRowKey
impl RefUnwindSafe for FdbRowKey
impl !Send for FdbRowKey
impl !Sync for FdbRowKey
impl Unpin for FdbRowKey
impl UnwindSafe for FdbRowKey
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