Struct kanidm_proto::scim_v1::server::ScimAddress
source · pub struct ScimAddress {
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 Clone for ScimAddress
impl Clone for ScimAddress
source§fn clone(&self) -> ScimAddress
fn clone(&self) -> ScimAddress
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ScimAddress
impl Debug for ScimAddress
source§impl Serialize for ScimAddress
impl Serialize for ScimAddress
Auto Trait Implementations§
impl Freeze for ScimAddress
impl RefUnwindSafe for ScimAddress
impl Send for ScimAddress
impl Sync for ScimAddress
impl Unpin for ScimAddress
impl UnwindSafe for ScimAddress
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)