Enum validators::IPv4Error [−][src]
pub enum IPv4Error {
Invalid,
LocalMust,
LocalNotAllow,
PortMust,
PortNotAllow,
}Variants
the fallback variant
may not be valid but it is guaranteed that the IPv4 is not local
may not be valid but it is guaranteed that the IPv4 is local
may not be valid but missing a port is guaranteed
may not be valid and the port part seems to exist
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IPv4Error
impl UnwindSafe for IPv4Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self into a collection.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more