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