pub struct LdapMessage {
pub message_id: LdapMessageId,
pub protocol_op: LdapProtocolOp,
}Fields§
§message_id: LdapMessageId§protocol_op: LdapProtocolOpTrait Implementations§
Source§impl Clone for LdapMessage
impl Clone for LdapMessage
Source§fn clone(&self) -> LdapMessage
fn clone(&self) -> LdapMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LdapMessage
impl Debug for LdapMessage
Source§impl Encoder<LdapMessage> for LdapCodec
impl Encoder<LdapMessage> for LdapCodec
Source§impl Encoder<LdapMessage> for SimpleLdapCodec
impl Encoder<LdapMessage> for SimpleLdapCodec
Source§impl PartialEq for LdapMessage
impl PartialEq for LdapMessage
Source§fn eq(&self, other: &LdapMessage) -> bool
fn eq(&self, other: &LdapMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LdapMessage
Auto Trait Implementations§
impl Freeze for LdapMessage
impl RefUnwindSafe for LdapMessage
impl Send for LdapMessage
impl Sync for LdapMessage
impl Unpin for LdapMessage
impl UnsafeUnpin for LdapMessage
impl UnwindSafe for LdapMessage
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