Struct ldap_parser::ldap::ResultCode  
source · pub struct ResultCode(pub u32);Tuple Fields§
§0: u32Implementations§
source§impl ResultCode
 
impl ResultCode
pub const Success: ResultCode = _
pub const OperationsError: ResultCode = _
pub const ProtocolError: ResultCode = _
pub const TimeLimitExceeded: ResultCode = _
pub const SizeLimitExceeded: ResultCode = _
pub const CompareFalse: ResultCode = _
pub const CompareTrue: ResultCode = _
pub const AuthMethodNotSupported: ResultCode = _
pub const StrongerAuthRequired: ResultCode = _
pub const Referral: ResultCode = _
pub const AdminLimitExceeded: ResultCode = _
pub const ConfidentialityRequired: ResultCode = _
pub const SaslBindInProgress: ResultCode = _
pub const NoSuchAttribute: ResultCode = _
pub const UndefinedAttributeType: ResultCode = _
pub const InappropriateMatching: ResultCode = _
pub const ConstraintViolation: ResultCode = _
pub const AttributeOrValueExists: ResultCode = _
pub const InvalidAttributeSyntax: ResultCode = _
pub const NoSuchObject: ResultCode = _
pub const AliasProblem: ResultCode = _
pub const InvalidDNSyntax: ResultCode = _
pub const AliasDereferencingProblem: ResultCode = _
pub const InappropriateAuthentication: ResultCode = _
pub const InvalidCredentials: ResultCode = _
pub const InsufficientAccessRights: ResultCode = _
pub const Busy: ResultCode = _
pub const UnwillingToPerform: ResultCode = _
pub const LoopDetect: ResultCode = _
pub const NamingViolation: ResultCode = _
pub const ObjectClassViolation: ResultCode = _
pub const NotAllowedOnNonLeaf: ResultCode = _
pub const NotAllowedOnRDN: ResultCode = _
pub const EntryAlreadyExists: ResultCode = _
pub const ObjectClassModsProhibited: ResultCode = _
pub const AffectsMultipleDSAs: ResultCode = _
pub const Other: ResultCode = _
Trait Implementations§
source§impl Clone for ResultCode
 
impl Clone for ResultCode
source§fn clone(&self) -> ResultCode
 
fn clone(&self) -> ResultCode
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 ResultCode
 
impl Debug for ResultCode
source§impl Default for ResultCode
 
impl Default for ResultCode
source§fn default() -> ResultCode
 
fn default() -> ResultCode
Returns the “default value” for a type. Read more
source§impl Display for ResultCode
 
impl Display for ResultCode
source§impl Ord for ResultCode
 
impl Ord for ResultCode
source§fn cmp(&self, other: &ResultCode) -> Ordering
 
fn cmp(&self, other: &ResultCode) -> 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 ResultCode
 
impl PartialEq for ResultCode
source§fn eq(&self, other: &ResultCode) -> bool
 
fn eq(&self, other: &ResultCode) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ResultCode
 
impl PartialOrd for ResultCode
source§fn partial_cmp(&self, other: &ResultCode) -> Option<Ordering>
 
fn partial_cmp(&self, other: &ResultCode) -> 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 ResultCode
impl Eq for ResultCode
impl StructuralPartialEq for ResultCode
Auto Trait Implementations§
impl RefUnwindSafe for ResultCode
impl Send for ResultCode
impl Sync for ResultCode
impl Unpin for ResultCode
impl UnwindSafe for ResultCode
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