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