Struct iprange::Subnet [] [src]

pub struct Subnet {
    pub prefix: CompactIpv4,
    pub mask: CompactIpv4,
}

Fields

Methods

impl Subnet
[src]

[src]

[src]

Trait Implementations

impl PartialEq for Subnet
[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 Subnet
[src]

impl Clone for Subnet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Subnet
[src]

impl Debug for Subnet
[src]

[src]

Formats the value using the given formatter.

impl FromStr for Subnet
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more