pub struct PeerPoolEvent {
pub event: String,
pub date: i64,
pub peer_id: Option<PeerID>,
}
Fields§
§event: String
§date: i64
§peer_id: Option<PeerID>
Trait Implementations§
Source§impl Clone for PeerPoolEvent
impl Clone for PeerPoolEvent
Source§fn clone(&self) -> PeerPoolEvent
fn clone(&self) -> PeerPoolEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PeerPoolEvent
impl Debug for PeerPoolEvent
Source§impl EventValue for PeerPoolEvent
impl EventValue for PeerPoolEvent
Source§impl EventValueTopic for PeerPoolEvent
impl EventValueTopic for PeerPoolEvent
Auto Trait Implementations§
impl Freeze for PeerPoolEvent
impl RefUnwindSafe for PeerPoolEvent
impl Send for PeerPoolEvent
impl Sync for PeerPoolEvent
impl Unpin for PeerPoolEvent
impl UnwindSafe for PeerPoolEvent
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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