pub struct DhtQuery<'tl> {
pub node: Node<'tl>,
}Fields
node: Node<'tl>Trait Implementations
Auto Trait Implementations
impl<'tl> RefUnwindSafe for DhtQuery<'tl>
impl<'tl> Send for DhtQuery<'tl>
impl<'tl> Sync for DhtQuery<'tl>
impl<'tl> Unpin for DhtQuery<'tl>
impl<'tl> UnwindSafe for DhtQuery<'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