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