pub enum ScimSchema {
SyncAccountV1,
SyncV1GroupV1,
SyncV1PersonV1,
SyncV1PosixAccountV1,
SyncV1PosixGroupV1,
}
Variants§
Trait Implementations§
Source§impl Clone for ScimSchema
impl Clone for ScimSchema
Source§fn clone(&self) -> ScimSchema
fn clone(&self) -> ScimSchema
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 ScimSchema
impl Debug for ScimSchema
Source§impl<'de> Deserialize<'de> for ScimSchema
impl<'de> Deserialize<'de> for ScimSchema
Source§fn 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
Source§impl Serialize for ScimSchema
impl Serialize for ScimSchema
Auto Trait Implementations§
impl Freeze for ScimSchema
impl RefUnwindSafe for ScimSchema
impl Send for ScimSchema
impl Sync for ScimSchema
impl Unpin for ScimSchema
impl UnwindSafe for ScimSchema
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