pub struct DhtStore<'tl> {
pub value: Value<'tl>,
}Fields§
§value: Value<'tl>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'tl> Freeze for DhtStore<'tl>
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§
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