pub enum ScimIntentTokenState {
Valid,
InProgress,
Consumed,
}
Variants§
Trait Implementations§
Source§impl Clone for ScimIntentTokenState
impl Clone for ScimIntentTokenState
Source§fn clone(&self) -> ScimIntentTokenState
fn clone(&self) -> ScimIntentTokenState
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 ScimIntentTokenState
impl Debug for ScimIntentTokenState
Source§impl Serialize for ScimIntentTokenState
impl Serialize for ScimIntentTokenState
Auto Trait Implementations§
impl Freeze for ScimIntentTokenState
impl RefUnwindSafe for ScimIntentTokenState
impl Send for ScimIntentTokenState
impl Sync for ScimIntentTokenState
impl Unpin for ScimIntentTokenState
impl UnwindSafe for ScimIntentTokenState
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