Enum ipnetwork::IpNetworkError [−][src]
Represents a bunch of errors that can occur while working with a IpNetwork
Variants
InvalidAddr(String)InvalidPrefixInvalidCidrFormat(String)
Trait Implementations
impl Debug for IpNetworkError[src]
impl Debug for IpNetworkErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for IpNetworkError[src]
impl Clone for IpNetworkErrorfn clone(&self) -> IpNetworkError[src]
fn clone(&self) -> IpNetworkErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for IpNetworkError[src]
impl PartialEq for IpNetworkErrorfn eq(&self, other: &IpNetworkError) -> bool[src]
fn eq(&self, other: &IpNetworkError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IpNetworkError) -> bool[src]
fn ne(&self, other: &IpNetworkError) -> boolThis method tests for !=.
impl Eq for IpNetworkError[src]
impl Eq for IpNetworkErrorimpl Display for IpNetworkError[src]
impl Display for IpNetworkErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for IpNetworkError[src]
impl Error for IpNetworkErrorAuto Trait Implementations
impl Send for IpNetworkError
impl Send for IpNetworkErrorimpl Sync for IpNetworkError
impl Sync for IpNetworkError