pub struct LdapSyncReplEntry {
pub entry_uuid: Uuid,
pub state: LdapSyncStateValue,
pub entry: LdapEntry,
}Fields§
§entry_uuid: Uuid§state: LdapSyncStateValue§entry: LdapEntryTrait Implementations§
Source§impl Debug for LdapSyncReplEntry
impl Debug for LdapSyncReplEntry
Source§impl<'de> Deserialize<'de> for LdapSyncReplEntry
impl<'de> Deserialize<'de> for LdapSyncReplEntry
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
Auto Trait Implementations§
impl Freeze for LdapSyncReplEntry
impl RefUnwindSafe for LdapSyncReplEntry
impl Send for LdapSyncReplEntry
impl Sync for LdapSyncReplEntry
impl Unpin for LdapSyncReplEntry
impl UnwindSafe for LdapSyncReplEntry
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