Struct ldap_parser::ldap::ProtocolOpTag  
source · pub struct ProtocolOpTag(pub u32);Tuple Fields§
§0: u32Implementations§
source§impl ProtocolOpTag
 
impl ProtocolOpTag
pub const BindRequest: ProtocolOpTag = _
pub const BindResponse: ProtocolOpTag = _
pub const UnbindRequest: ProtocolOpTag = _
pub const SearchRequest: ProtocolOpTag = _
pub const SearchResultEntry: ProtocolOpTag = _
pub const SearchResultDone: ProtocolOpTag = _
pub const ModifyRequest: ProtocolOpTag = _
pub const ModifyResponse: ProtocolOpTag = _
pub const AddRequest: ProtocolOpTag = _
pub const AddResponse: ProtocolOpTag = _
pub const DelRequest: ProtocolOpTag = _
pub const DelResponse: ProtocolOpTag = _
pub const ModDnRequest: ProtocolOpTag = _
pub const ModDnResponse: ProtocolOpTag = _
pub const CompareRequest: ProtocolOpTag = _
pub const CompareResponse: ProtocolOpTag = _
pub const AbandonRequest: ProtocolOpTag = _
pub const SearchResultReference: ProtocolOpTag = _
pub const ExtendedRequest: ProtocolOpTag = _
pub const ExtendedResponse: ProtocolOpTag = _
pub const IntermediateResponse: ProtocolOpTag = _
Trait Implementations§
source§impl Clone for ProtocolOpTag
 
impl Clone for ProtocolOpTag
source§fn clone(&self) -> ProtocolOpTag
 
fn clone(&self) -> ProtocolOpTag
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 Debug for ProtocolOpTag
 
impl Debug for ProtocolOpTag
source§impl Default for ProtocolOpTag
 
impl Default for ProtocolOpTag
source§fn default() -> ProtocolOpTag
 
fn default() -> ProtocolOpTag
Returns the “default value” for a type. Read more
source§impl Display for ProtocolOpTag
 
impl Display for ProtocolOpTag
source§impl Ord for ProtocolOpTag
 
impl Ord for ProtocolOpTag
source§fn cmp(&self, other: &ProtocolOpTag) -> Ordering
 
fn cmp(&self, other: &ProtocolOpTag) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ProtocolOpTag
 
impl PartialEq for ProtocolOpTag
source§fn eq(&self, other: &ProtocolOpTag) -> bool
 
fn eq(&self, other: &ProtocolOpTag) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ProtocolOpTag
 
impl PartialOrd for ProtocolOpTag
source§fn partial_cmp(&self, other: &ProtocolOpTag) -> Option<Ordering>
 
fn partial_cmp(&self, other: &ProtocolOpTag) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl Copy for ProtocolOpTag
impl Eq for ProtocolOpTag
impl StructuralPartialEq for ProtocolOpTag
Auto Trait Implementations§
impl RefUnwindSafe for ProtocolOpTag
impl Send for ProtocolOpTag
impl Sync for ProtocolOpTag
impl Unpin for ProtocolOpTag
impl UnwindSafe for ProtocolOpTag
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