pub struct BindRequest<'a> {
pub version: u8,
pub name: LdapDN<'a>,
pub authentication: AuthenticationChoice<'a>,
}
Fields§
§version: u8
§name: LdapDN<'a>
§authentication: AuthenticationChoice<'a>
Trait Implementations§
Source§impl<'a> Clone for BindRequest<'a>
impl<'a> Clone for BindRequest<'a>
Source§fn clone(&self) -> BindRequest<'a>
fn clone(&self) -> BindRequest<'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 BindRequest<'a>
impl<'a> Debug for BindRequest<'a>
Source§impl<'a> FromBer<'a, LdapError> for BindRequest<'a>
impl<'a> FromBer<'a, LdapError> for BindRequest<'a>
Source§impl<'a> PartialEq for BindRequest<'a>
impl<'a> PartialEq for BindRequest<'a>
Source§impl<'a> ToStatic for BindRequest<'a>
impl<'a> ToStatic for BindRequest<'a>
impl<'a> Eq for BindRequest<'a>
impl<'a> StructuralPartialEq for BindRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for BindRequest<'a>
impl<'a> RefUnwindSafe for BindRequest<'a>
impl<'a> Send for BindRequest<'a>
impl<'a> Sync for BindRequest<'a>
impl<'a> Unpin for BindRequest<'a>
impl<'a> UnwindSafe for BindRequest<'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