Enum kanidm_proto::scim_v1::ScimSyncState
source · [−]pub enum ScimSyncState {
Refresh,
Active {
cookie: Base64UrlSafeData,
},
}
Variants
Refresh
Active
Fields
Trait Implementations
sourceimpl Clone for ScimSyncState
impl Clone for ScimSyncState
sourcefn clone(&self) -> ScimSyncState
fn clone(&self) -> ScimSyncState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ScimSyncState
impl Debug for ScimSyncState
sourceimpl<'de> Deserialize<'de> for ScimSyncState
impl<'de> Deserialize<'de> for ScimSyncState
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<ScimSyncState> for ScimSyncState
impl PartialEq<ScimSyncState> for ScimSyncState
sourcefn eq(&self, other: &ScimSyncState) -> bool
fn eq(&self, other: &ScimSyncState) -> bool
sourceimpl Serialize for ScimSyncState
impl Serialize for ScimSyncState
impl Eq for ScimSyncState
impl StructuralEq for ScimSyncState
impl StructuralPartialEq for ScimSyncState
Auto Trait Implementations
impl RefUnwindSafe for ScimSyncState
impl Send for ScimSyncState
impl Sync for ScimSyncState
impl Unpin for ScimSyncState
impl UnwindSafe for ScimSyncState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more