pub enum MonitorTopic {
Connection,
PeerPool,
Discovery,
}
Variants§
Trait Implementations§
Source§impl Clone for MonitorTopic
impl Clone for MonitorTopic
Source§fn clone(&self) -> MonitorTopic
fn clone(&self) -> MonitorTopic
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 MonitorTopic
impl Debug for MonitorTopic
Source§impl Hash for MonitorTopic
impl Hash for MonitorTopic
Source§impl PartialEq for MonitorTopic
impl PartialEq for MonitorTopic
impl Eq for MonitorTopic
impl StructuralPartialEq for MonitorTopic
Auto Trait Implementations§
impl Freeze for MonitorTopic
impl RefUnwindSafe for MonitorTopic
impl Send for MonitorTopic
impl Sync for MonitorTopic
impl Unpin for MonitorTopic
impl UnwindSafe for MonitorTopic
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