Struct kanidmd_lib::value::Address
source · pub struct Address {
pub formatted: String,
pub street_address: String,
pub locality: String,
pub region: String,
pub postal_code: String,
pub country: String,
}
Fields§
§formatted: String
§street_address: String
§locality: String
§region: String
§postal_code: String
§country: String
Trait Implementations§
source§impl FromIterator<Address> for Option<Box<ValueSetAddress>>
impl FromIterator<Address> for Option<Box<ValueSetAddress>>
source§fn from_iter<T>(iter: T) -> Option<Box<ValueSetAddress>>where
T: IntoIterator<Item = Address>,
fn from_iter<T>(iter: T) -> Option<Box<ValueSetAddress>>where
T: IntoIterator<Item = Address>,
Creates a value from an iterator. Read more
source§impl Ord for Address
impl Ord for Address
source§impl PartialOrd<Address> for Address
impl PartialOrd<Address> for Address
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more