Struct ldap_types::schema::MatchingRuleUse
source · pub struct MatchingRuleUse {
pub oid: ObjectIdentifier,
pub name: Vec<KeyString>,
pub applies: Vec<KeyStringOrOID>,
}
Expand description
parse a matching rule use LDAP schema entry
Fields§
§oid: ObjectIdentifier
the OID of the matching rule this applies to
name: Vec<KeyString>
the name of the matching rule
applies: Vec<KeyStringOrOID>
the attributes this matching rule can be used with
Trait Implementations§
source§impl Clone for MatchingRuleUse
impl Clone for MatchingRuleUse
source§fn clone(&self) -> MatchingRuleUse
fn clone(&self) -> MatchingRuleUse
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 Debug for MatchingRuleUse
impl Debug for MatchingRuleUse
source§impl<'de> Deserialize<'de> for MatchingRuleUse
impl<'de> Deserialize<'de> for MatchingRuleUse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for MatchingRuleUse
impl Hash for MatchingRuleUse
source§impl PartialEq for MatchingRuleUse
impl PartialEq for MatchingRuleUse
source§impl Serialize for MatchingRuleUse
impl Serialize for MatchingRuleUse
impl Eq for MatchingRuleUse
Auto Trait Implementations§
impl RefUnwindSafe for MatchingRuleUse
impl Send for MatchingRuleUse
impl Sync for MatchingRuleUse
impl Unpin for MatchingRuleUse
impl UnwindSafe for MatchingRuleUse
Blanket Implementations§
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more