Enum dns_message_parser::rr::AddressError [−][src]
pub enum AddressError {
Ipv4Prefix(u8),
Ipv4Mask(Ipv4Addr, u8),
Ipv6Prefix(u8),
Ipv6Mask(Ipv6Addr, u8),
}Variants
Tuple Fields of Ipv4Prefix
0: u8Tuple Fields of Ipv6Prefix
0: u8Trait Implementations
Performs the conversion.
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 AddressError
impl Send for AddressError
impl Sync for AddressError
impl Unpin for AddressError
impl UnwindSafe for AddressError
Blanket Implementations
Mutably borrows from an owned value. Read more