pub struct ScimIntentToken {
    pub token_id: String,
    pub state: ScimIntentTokenState,
    pub expires: OffsetDateTime,
}Fields§
§token_id: String§state: ScimIntentTokenState§expires: OffsetDateTimeTrait Implementations§
Source§impl Clone for ScimIntentToken
 
impl Clone for ScimIntentToken
Source§fn clone(&self) -> ScimIntentToken
 
fn clone(&self) -> ScimIntentToken
Returns a duplicate 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 ComposeSchema for ScimIntentToken
 
impl ComposeSchema for ScimIntentToken
Source§impl Debug for ScimIntentToken
 
impl Debug for ScimIntentToken
Source§impl Serialize for ScimIntentToken
 
impl Serialize for ScimIntentToken
Auto Trait Implementations§
impl Freeze for ScimIntentToken
impl RefUnwindSafe for ScimIntentToken
impl Send for ScimIntentToken
impl Sync for ScimIntentToken
impl Unpin for ScimIntentToken
impl UnwindSafe for ScimIntentToken
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedImplicit<'a, E> 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