pub struct LdapCompareRequest {
pub dn: String,
pub atype: String,
pub val: Vec<u8>,
}
Fields§
§dn: String
§atype: String
§val: Vec<u8>
Trait Implementations§
Source§impl Clone for LdapCompareRequest
impl Clone for LdapCompareRequest
Source§fn clone(&self) -> LdapCompareRequest
fn clone(&self) -> LdapCompareRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LdapCompareRequest
impl Debug for LdapCompareRequest
Source§impl PartialEq for LdapCompareRequest
impl PartialEq for LdapCompareRequest
Source§impl TryFrom<Vec<StructureTag>> for LdapCompareRequest
impl TryFrom<Vec<StructureTag>> for LdapCompareRequest
impl StructuralPartialEq for LdapCompareRequest
Auto Trait Implementations§
impl Freeze for LdapCompareRequest
impl RefUnwindSafe for LdapCompareRequest
impl Send for LdapCompareRequest
impl Sync for LdapCompareRequest
impl Unpin for LdapCompareRequest
impl UnwindSafe for LdapCompareRequest
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