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