Trait iso_10303_parts::ap203::IAddress[][src]

pub trait IAddress {
    fn internal_location(&self) -> &Option<String>;
fn street_number(&self) -> &Option<String>;
fn street(&self) -> &Option<String>;
fn postal_box(&self) -> &Option<String>;
fn town(&self) -> &Option<String>;
fn region(&self) -> &Option<String>;
fn postal_code(&self) -> &Option<String>;
fn country(&self) -> &Option<String>;
fn facsimile_number(&self) -> &Option<String>;
fn telephone_number(&self) -> &Option<String>;
fn electronic_mail_address(&self) -> &Option<String>;
fn telex_number(&self) -> &Option<String>; }

Required methods

Implementors

impl IAddress for Address[src]

impl IAddress for OrganizationalAddress[src]

impl IAddress for PersonAndOrganizationAddress[src]

impl IAddress for PersonalAddress[src]