Enum ipnetwork::IpNetworkError [−][src]
Expand description
Represents a bunch of errors that can occur while working with a IpNetwork
Variants
InvalidAddr(String)
Tuple Fields
0: String
InvalidPrefix
InvalidCidrFormat(String)
Tuple Fields
0: String
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for IpNetworkError
impl Send for IpNetworkError
impl Sync for IpNetworkError
impl Unpin for IpNetworkError
impl UnwindSafe for IpNetworkError
Blanket Implementations
Mutably borrows from an owned value. Read more