#[repr(packed(1))]pub struct FdbKey(/* private fields */);
Expand description
An FdbKey, owned by a FoundationDB Future
Implementations§
Trait Implementations§
impl Eq for FdbKey
Auto Trait Implementations§
impl Freeze for FdbKey
impl RefUnwindSafe for FdbKey
impl !Send for FdbKey
impl !Sync for FdbKey
impl Unpin for FdbKey
impl UnwindSafe for FdbKey
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