Struct phonenumber::Formatter [] [src]

pub struct Formatter<'n, 'd, 'f> { /* fields omitted */ }

A formatter for a PhoneNumber.

Methods

impl<'n, 'd, 'f> Formatter<'n, 'd, 'f>
[src]

[src]

Define a metadata database to use for formatting.

[src]

Define the formatting mode.

[src]

Define a custom Format to use for formatting.

Trait Implementations

impl<'n, 'd, 'f> Copy for Formatter<'n, 'd, 'f>
[src]

impl<'n, 'd, 'f> Clone for Formatter<'n, 'd, 'f>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'n, 'd, 'f> Debug for Formatter<'n, 'd, 'f>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'n, 'd, 'f> Display for Formatter<'n, 'd, 'f>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'n, 'd, 'f> Send for Formatter<'n, 'd, 'f>

impl<'n, 'd, 'f> Sync for Formatter<'n, 'd, 'f>