#[repr(i64)]pub enum LdapModifyType {
Add = 0,
Delete = 1,
Replace = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for LdapModifyType
impl Clone for LdapModifyType
Source§fn clone(&self) -> LdapModifyType
fn clone(&self) -> LdapModifyType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LdapModifyType
impl Debug for LdapModifyType
Source§impl PartialEq for LdapModifyType
impl PartialEq for LdapModifyType
Source§impl TryFrom<i64> for LdapModifyType
impl TryFrom<i64> for LdapModifyType
impl StructuralPartialEq for LdapModifyType
Auto Trait Implementations§
impl Freeze for LdapModifyType
impl RefUnwindSafe for LdapModifyType
impl Send for LdapModifyType
impl Sync for LdapModifyType
impl Unpin for LdapModifyType
impl UnwindSafe for LdapModifyType
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