Struct libp2p_swarm::SupportedProtocols
source · pub struct SupportedProtocols { /* private fields */ }
Implementations§
source§impl SupportedProtocols
impl SupportedProtocols
pub fn on_protocols_change(&mut self, change: ProtocolsChange<'_>) -> bool
pub fn iter(&self) -> impl Iterator<Item = &StreamProtocol>
Trait Implementations§
source§impl Clone for SupportedProtocols
impl Clone for SupportedProtocols
source§fn clone(&self) -> SupportedProtocols
fn clone(&self) -> SupportedProtocols
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 SupportedProtocols
impl Debug for SupportedProtocols
source§impl Default for SupportedProtocols
impl Default for SupportedProtocols
source§fn default() -> SupportedProtocols
fn default() -> SupportedProtocols
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SupportedProtocols
impl Send for SupportedProtocols
impl Sync for SupportedProtocols
impl Unpin for SupportedProtocols
impl UnwindSafe for SupportedProtocols
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