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