Struct kanidmd_lib::be::dbvalue::DbValueAddressV1
source · [−]pub struct DbValueAddressV1 {
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
sourceimpl Debug for DbValueAddressV1
impl Debug for DbValueAddressV1
sourceimpl<'de> Deserialize<'de> for DbValueAddressV1
impl<'de> Deserialize<'de> for DbValueAddressV1
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for DbValueAddressV1
impl Serialize for DbValueAddressV1
Auto Trait Implementations
impl RefUnwindSafe for DbValueAddressV1
impl Send for DbValueAddressV1
impl Sync for DbValueAddressV1
impl Unpin for DbValueAddressV1
impl UnwindSafe for DbValueAddressV1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more