pub struct IpAllowlist { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for IpAllowlist
impl Clone for IpAllowlist
Source§fn clone(&self) -> IpAllowlist
fn clone(&self) -> IpAllowlist
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 IpAllowlist
impl Debug for IpAllowlist
Source§impl Default for IpAllowlist
impl Default for IpAllowlist
Source§fn default() -> IpAllowlist
fn default() -> IpAllowlist
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IpAllowlist
impl RefUnwindSafe for IpAllowlist
impl Send for IpAllowlist
impl Sync for IpAllowlist
impl Unpin for IpAllowlist
impl UnsafeUnpin for IpAllowlist
impl UnwindSafe for IpAllowlist
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