pub struct DhtPing {
pub random_id: u64,
}Fields§
§random_id: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DhtPing
impl RefUnwindSafe for DhtPing
impl Send for DhtPing
impl Sync for DhtPing
impl Unpin for DhtPing
impl UnwindSafe for DhtPing
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