pub struct DhtStore<'tl> {
pub value: Value<'tl>,
}Fields
value: Value<'tl>Trait Implementations
Auto Trait Implementations
impl<'tl> RefUnwindSafe for DhtStore<'tl>
impl<'tl> Send for DhtStore<'tl>
impl<'tl> Sync for DhtStore<'tl>
impl<'tl> Unpin for DhtStore<'tl>
impl<'tl> UnwindSafe for DhtStore<'tl>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more