pub enum PeerEventTopic {
Lifecycle,
}Expand description
Topic key for the peer-lifecycle event emitter.
Variants§
Lifecycle
Trait Implementations§
Source§impl Clone for PeerEventTopic
impl Clone for PeerEventTopic
Source§fn clone(&self) -> PeerEventTopic
fn clone(&self) -> PeerEventTopic
Returns a duplicate 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 PeerEventTopic
impl Debug for PeerEventTopic
Source§impl Hash for PeerEventTopic
impl Hash for PeerEventTopic
Source§impl PartialEq for PeerEventTopic
impl PartialEq for PeerEventTopic
impl Eq for PeerEventTopic
impl StructuralPartialEq for PeerEventTopic
Auto Trait Implementations§
impl Freeze for PeerEventTopic
impl RefUnwindSafe for PeerEventTopic
impl Send for PeerEventTopic
impl Sync for PeerEventTopic
impl Unpin for PeerEventTopic
impl UnsafeUnpin for PeerEventTopic
impl UnwindSafe for PeerEventTopic
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