Enum rust_ipfs::p2p::MultiPlexOption  
source · pub enum MultiPlexOption {
    Yamux,
    YmuxAndMplex,
}Variants§
Trait Implementations§
source§impl Clone for MultiPlexOption
 
impl Clone for MultiPlexOption
source§fn clone(&self) -> MultiPlexOption
 
fn clone(&self) -> MultiPlexOption
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 MultiPlexOption
 
impl Debug for MultiPlexOption
impl Copy for MultiPlexOption
Auto Trait Implementations§
impl RefUnwindSafe for MultiPlexOption
impl Send for MultiPlexOption
impl Sync for MultiPlexOption
impl Unpin for MultiPlexOption
impl UnwindSafe for MultiPlexOption
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