Struct ipaddr::Ipv6Network[][src]

pub struct Ipv6Network(_, _);

Methods

impl Ipv6Network
[src]

Create a new network address from the given address and mask.

Trait Implementations

impl Copy for Ipv6Network
[src]

impl Clone for Ipv6Network
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Ipv6Network
[src]

impl PartialEq for Ipv6Network
[src]

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

This method tests for !=.

impl Hash for Ipv6Network
[src]

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

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

impl Display for Ipv6Network
[src]

Formats the value using the given formatter. Read more

impl Debug for Ipv6Network
[src]

Formats the value using the given formatter. Read more

impl FromStr for Ipv6Network
[src]

The associated error which can be returned from parsing.

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

Auto Trait Implementations

impl Send for Ipv6Network

impl Sync for Ipv6Network