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