[][src]Struct rustpostal::expand::AddressComponents

pub struct AddressComponents(_);

Bit set of active address components in normalization options.

Implementations

impl AddressComponents[src]

pub fn new() -> AddressComponents[src]

Use default bit set.

pub fn toggle_name(&mut self)[src]

pub fn toggle_house_number(&mut self)[src]

pub fn toggle_street(&mut self)[src]

pub fn toggle_unit(&mut self)[src]

pub fn toggle_level(&mut self)[src]

pub fn toggle_staircase(&mut self)[src]

pub fn toggle_entrance(&mut self)[src]

pub fn toggle_category(&mut self)[src]

pub fn toggle_near(&mut self)[src]

pub fn toggle_toponym(&mut self)[src]

pub fn toggle_postal_code(&mut self)[src]

pub fn toggle_po_box(&mut self)[src]

pub fn toggle_all(&mut self)[src]

Trait Implementations

impl Debug for AddressComponents[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.