Struct ldap_parser::ldap::SaslCredentials  
source · pub struct SaslCredentials<'a> {
    pub mechanism: LdapString<'a>,
    pub credentials: Option<Cow<'a, [u8]>>,
}Fields§
§mechanism: LdapString<'a>§credentials: Option<Cow<'a, [u8]>>Trait Implementations§
source§impl<'a> Clone for SaslCredentials<'a>
 
impl<'a> Clone for SaslCredentials<'a>
source§fn clone(&self) -> SaslCredentials<'a>
 
fn clone(&self) -> SaslCredentials<'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 SaslCredentials<'a>
 
impl<'a> Debug for SaslCredentials<'a>
source§impl<'a> PartialEq for SaslCredentials<'a>
 
impl<'a> PartialEq for SaslCredentials<'a>
source§fn eq(&self, other: &SaslCredentials<'a>) -> bool
 
fn eq(&self, other: &SaslCredentials<'a>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl<'a> Eq for SaslCredentials<'a>
impl<'a> StructuralPartialEq for SaslCredentials<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SaslCredentials<'a>
impl<'a> Send for SaslCredentials<'a>
impl<'a> Sync for SaslCredentials<'a>
impl<'a> Unpin for SaslCredentials<'a>
impl<'a> UnwindSafe for SaslCredentials<'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