pub enum PeerProtocol {
Native,
Columba,
}Variants§
Trait Implementations§
Source§impl Clone for PeerProtocol
impl Clone for PeerProtocol
Source§fn clone(&self) -> PeerProtocol
fn clone(&self) -> PeerProtocol
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PeerProtocol
Source§impl Debug for PeerProtocol
impl Debug for PeerProtocol
impl Eq for PeerProtocol
Source§impl PartialEq for PeerProtocol
impl PartialEq for PeerProtocol
impl StructuralPartialEq for PeerProtocol
Auto Trait Implementations§
impl Freeze for PeerProtocol
impl RefUnwindSafe for PeerProtocol
impl Send for PeerProtocol
impl Sync for PeerProtocol
impl Unpin for PeerProtocol
impl UnsafeUnpin for PeerProtocol
impl UnwindSafe for PeerProtocol
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