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