Struct phonenumber::NationalNumber [] [src]

pub struct NationalNumber { /* fields omitted */ }

The national number part of a phone number.

Methods

impl NationalNumber
[src]

[src]

[src]

Trait Implementations

impl Copy for NationalNumber
[src]

impl Clone for NationalNumber
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for NationalNumber
[src]

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

[src]

Formats the value using the given formatter. Read more

impl Into<u64> for NationalNumber
[src]

[src]

Performs the conversion.

impl Display for NationalNumber
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations