pub struct DiscoverySourceAllowList { /* private fields */ }Implementations§
Source§impl DiscoverySourceAllowList
impl DiscoverySourceAllowList
pub fn contains(&self, source: &IdentityHash) -> bool
pub fn as_slice(&self) -> &[IdentityHash]
Trait Implementations§
Source§impl Clone for DiscoverySourceAllowList
impl Clone for DiscoverySourceAllowList
Source§fn clone(&self) -> DiscoverySourceAllowList
fn clone(&self) -> DiscoverySourceAllowList
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 moreSource§impl Debug for DiscoverySourceAllowList
impl Debug for DiscoverySourceAllowList
Source§impl PartialEq for DiscoverySourceAllowList
impl PartialEq for DiscoverySourceAllowList
impl StructuralPartialEq for DiscoverySourceAllowList
Auto Trait Implementations§
impl Freeze for DiscoverySourceAllowList
impl RefUnwindSafe for DiscoverySourceAllowList
impl Send for DiscoverySourceAllowList
impl Sync for DiscoverySourceAllowList
impl Unpin for DiscoverySourceAllowList
impl UnsafeUnpin for DiscoverySourceAllowList
impl UnwindSafe for DiscoverySourceAllowList
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