Struct ldap_parser::ldap::LdapResult  
source · pub struct LdapResult<'a> {
    pub result_code: ResultCode,
    pub matched_dn: LdapDN<'a>,
    pub diagnostic_message: LdapString<'a>,
}Fields§
§result_code: ResultCode§matched_dn: LdapDN<'a>§diagnostic_message: LdapString<'a>Trait Implementations§
source§impl<'a> Clone for LdapResult<'a>
 
impl<'a> Clone for LdapResult<'a>
source§fn clone(&self) -> LdapResult<'a>
 
fn clone(&self) -> LdapResult<'a>
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<'a> Debug for LdapResult<'a>
 
impl<'a> Debug for LdapResult<'a>
source§impl<'a> PartialEq for LdapResult<'a>
 
impl<'a> PartialEq for LdapResult<'a>
source§fn eq(&self, other: &LdapResult<'a>) -> bool
 
fn eq(&self, other: &LdapResult<'a>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl<'a> Eq for LdapResult<'a>
impl<'a> StructuralPartialEq for LdapResult<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LdapResult<'a>
impl<'a> Send for LdapResult<'a>
impl<'a> Sync for LdapResult<'a>
impl<'a> Unpin for LdapResult<'a>
impl<'a> UnwindSafe for LdapResult<'a>
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
source§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