Struct libp2p_allow_block_list::BlockedPeers
source · pub struct BlockedPeers { /* private fields */ }
Expand description
The list of explicitly blocked peers.
Trait Implementations§
source§impl Default for BlockedPeers
impl Default for BlockedPeers
source§fn default() -> BlockedPeers
fn default() -> BlockedPeers
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BlockedPeers
impl Send for BlockedPeers
impl Sync for BlockedPeers
impl Unpin for BlockedPeers
impl UnwindSafe for BlockedPeers
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