Struct cidr::NetworkLengthTooLongError [] [src]

pub struct NetworkLengthTooLongError(_, _);

Error returned when the network length was longer than the address

Trait Implementations

impl Clone for NetworkLengthTooLongError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for NetworkLengthTooLongError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for NetworkLengthTooLongError
[src]

impl Hash for NetworkLengthTooLongError
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for NetworkLengthTooLongError
[src]

[src]

Formats the value using the given formatter.

impl Display for NetworkLengthTooLongError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for NetworkLengthTooLongError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more