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