pub enum ConnectionPeerType {
Unstaked,
Staked,
}
Variants§
Trait Implementations§
source§impl Clone for ConnectionPeerType
impl Clone for ConnectionPeerType
source§fn clone(&self) -> ConnectionPeerType
fn clone(&self) -> ConnectionPeerType
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 ConnectionPeerType
impl Debug for ConnectionPeerType
impl Copy for ConnectionPeerType
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionPeerType
impl Send for ConnectionPeerType
impl Sync for ConnectionPeerType
impl Unpin for ConnectionPeerType
impl UnwindSafe for ConnectionPeerType
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