Struct ldap_parser::ldap::BindRequest  
source · pub struct BindRequest<'a> {
    pub version: u8,
    pub name: LdapDN<'a>,
    pub authentication: AuthenticationChoice<'a>,
}Fields§
§version: u8§name: LdapDN<'a>§authentication: AuthenticationChoice<'a>Trait Implementations§
source§impl<'a> Clone for BindRequest<'a>
 
impl<'a> Clone for BindRequest<'a>
source§fn clone(&self) -> BindRequest<'a>
 
fn clone(&self) -> BindRequest<'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 BindRequest<'a>
 
impl<'a> Debug for BindRequest<'a>
source§impl<'a> FromBer<'a, LdapError> for BindRequest<'a>
 
impl<'a> FromBer<'a, LdapError> for BindRequest<'a>
source§impl<'a> PartialEq for BindRequest<'a>
 
impl<'a> PartialEq for BindRequest<'a>
source§fn eq(&self, other: &BindRequest<'a>) -> bool
 
fn eq(&self, other: &BindRequest<'a>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl<'a> Eq for BindRequest<'a>
impl<'a> StructuralPartialEq for BindRequest<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for BindRequest<'a>
impl<'a> Send for BindRequest<'a>
impl<'a> Sync for BindRequest<'a>
impl<'a> Unpin for BindRequest<'a>
impl<'a> UnwindSafe for BindRequest<'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