Struct kanidm_proto::scim_v1::server::ScimSshPublicKey
source · pub struct ScimSshPublicKey {
pub label: String,
pub value: PublicKey,
}
Fields§
§label: String
§value: PublicKey
Trait Implementations§
source§impl Clone for ScimSshPublicKey
impl Clone for ScimSshPublicKey
source§fn clone(&self) -> ScimSshPublicKey
fn clone(&self) -> ScimSshPublicKey
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 ScimSshPublicKey
impl Debug for ScimSshPublicKey
source§impl Serialize for ScimSshPublicKey
impl Serialize for ScimSshPublicKey
Auto Trait Implementations§
impl Freeze for ScimSshPublicKey
impl RefUnwindSafe for ScimSshPublicKey
impl Send for ScimSshPublicKey
impl Sync for ScimSshPublicKey
impl Unpin for ScimSshPublicKey
impl UnwindSafe for ScimSshPublicKey
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
)