pub enum LdapSyncStateValue {
Present,
Add,
Modify,
Delete,
}Variants§
Trait Implementations§
Source§impl Debug for LdapSyncStateValue
impl Debug for LdapSyncStateValue
Source§impl<'de> Deserialize<'de> for LdapSyncStateValue
impl<'de> Deserialize<'de> for LdapSyncStateValue
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 From<SyncStateValue> for LdapSyncStateValue
impl From<SyncStateValue> for LdapSyncStateValue
Source§fn from(v: SyncStateValue) -> LdapSyncStateValue
fn from(v: SyncStateValue) -> LdapSyncStateValue
Converts to this type from the input type.
Source§impl PartialEq for LdapSyncStateValue
impl PartialEq for LdapSyncStateValue
Source§impl Serialize for LdapSyncStateValue
impl Serialize for LdapSyncStateValue
impl StructuralPartialEq for LdapSyncStateValue
Auto Trait Implementations§
impl Freeze for LdapSyncStateValue
impl RefUnwindSafe for LdapSyncStateValue
impl Send for LdapSyncStateValue
impl Sync for LdapSyncStateValue
impl Unpin for LdapSyncStateValue
impl UnwindSafe for LdapSyncStateValue
Blanket Implementations§
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