pub enum Retcode {
NoError,
FormatError,
ServerFailure,
RecordNotExists,
RequestTypeUnsupported,
ServerPolicyError,
}
Variants§
Implementations§
Trait Implementations§
Source§impl PrimitiveValues for Retcode
impl PrimitiveValues for Retcode
impl Copy for Retcode
impl Eq for Retcode
impl StructuralPartialEq for Retcode
Auto Trait Implementations§
impl Freeze for Retcode
impl RefUnwindSafe for Retcode
impl Send for Retcode
impl Sync for Retcode
impl Unpin for Retcode
impl UnwindSafe for Retcode
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