pub struct ResultCode(pub u32);
Tuple Fields§
§0: u32
Implementations§
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§impl PartialOrd for ResultCode
impl PartialOrd for ResultCode
Source§impl ToStatic for ResultCode
impl ToStatic for ResultCode
impl Copy for ResultCode
impl Eq for ResultCode
impl StructuralPartialEq for ResultCode
Auto Trait Implementations§
impl Freeze for ResultCode
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