[−][src]Struct ldap_sys::ldap_sync_t
Fields
ls_base: *mut c_charls_scope: c_intls_filter: *mut c_charls_attrs: *mut *mut c_charls_timelimit: c_intls_sizelimit: c_intls_timeout: c_intls_search_entry: ldap_sync_search_entry_fls_search_reference: ldap_sync_search_reference_fls_intermediate: ldap_sync_intermediate_fls_search_result: ldap_sync_search_result_fls_private: *mut c_voidls_ld: *mut LDAPls_msgid: c_intls_reloadHint: c_intls_refreshPhase: ldap_sync_refresh_tTrait Implementations
impl Clone for ldap_sync_t[src]
fn clone(&self) -> ldap_sync_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ldap_sync_t[src]
impl Debug for ldap_sync_t[src]
Auto Trait Implementations
impl RefUnwindSafe for ldap_sync_t
impl !Send for ldap_sync_t
impl !Sync for ldap_sync_t
impl Unpin for ldap_sync_t
impl UnwindSafe for ldap_sync_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,