Struct kanidm_proto::scim_v1::server::ScimApiToken
source · pub struct ScimApiToken {
pub id: Uuid,
pub label: String,
pub expires: Option<OffsetDateTime>,
pub issued_at: OffsetDateTime,
pub issued_by: Uuid,
pub scope: String,
}
Fields§
§id: Uuid
§label: String
§expires: Option<OffsetDateTime>
§issued_at: OffsetDateTime
§issued_by: Uuid
§scope: String
Trait Implementations§
source§impl Clone for ScimApiToken
impl Clone for ScimApiToken
source§fn clone(&self) -> ScimApiToken
fn clone(&self) -> ScimApiToken
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 ScimApiToken
impl Debug for ScimApiToken
source§impl Serialize for ScimApiToken
impl Serialize for ScimApiToken
Auto Trait Implementations§
impl Freeze for ScimApiToken
impl RefUnwindSafe for ScimApiToken
impl Send for ScimApiToken
impl Sync for ScimApiToken
impl Unpin for ScimApiToken
impl UnwindSafe for ScimApiToken
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
)