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