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§impl<'a> ToStatic for LdapResult<'a>
impl<'a> ToStatic for LdapResult<'a>
impl<'a> Eq for LdapResult<'a>
impl<'a> StructuralPartialEq for LdapResult<'a>
Auto Trait Implementations§
impl<'a> Freeze for LdapResult<'a>
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