Struct xstack_kad::KadStore
source · pub struct KadStore(/* private fields */);Expand description
A type wrapper of DriverKadStore
Implementations§
Trait Implementations§
source§impl<D: DriverKadStore + 'static> From<D> for KadStore
impl<D: DriverKadStore + 'static> From<D> for KadStore
impl Send for KadStore
Auto Trait Implementations§
impl Freeze for KadStore
impl !RefUnwindSafe for KadStore
impl Sync for KadStore
impl Unpin for KadStore
impl !UnwindSafe for KadStore
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