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