pub struct NotSubnetMaskError;
Expand description
An IP address was provided which is not a valid subnet mask (the address has set bits after the first unset bit).
Trait Implementations§
Source§impl Clone for NotSubnetMaskError
impl Clone for NotSubnetMaskError
Source§fn clone(&self) -> NotSubnetMaskError
fn clone(&self) -> NotSubnetMaskError
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 NotSubnetMaskError
impl Debug for NotSubnetMaskError
Source§impl PartialEq for NotSubnetMaskError
impl PartialEq for NotSubnetMaskError
impl Copy for NotSubnetMaskError
impl Eq for NotSubnetMaskError
impl StructuralPartialEq for NotSubnetMaskError
Auto Trait Implementations§
impl Freeze for NotSubnetMaskError
impl RefUnwindSafe for NotSubnetMaskError
impl Send for NotSubnetMaskError
impl Sync for NotSubnetMaskError
impl Unpin for NotSubnetMaskError
impl UnwindSafe for NotSubnetMaskError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)