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