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