pub struct DHTEvent {
pub event_type: DHTEventType,
}
Fields§
§event_type: DHTEventType
Trait Implementations§
impl StructuralPartialEq for DHTEvent
Auto Trait Implementations§
impl Freeze for DHTEvent
impl RefUnwindSafe for DHTEvent
impl Send for DHTEvent
impl Sync for DHTEvent
impl Unpin for DHTEvent
impl UnwindSafe for DHTEvent
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