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