#[repr(u8)]pub enum HrespErrInt {
HRESP_ERR_INT_0 = 0,
HRESP_ERR_INT_1 = 1,
}Variants§
Implementations§
Source§impl HrespErrInt
impl HrespErrInt
Trait Implementations§
Source§impl Clone for HrespErrInt
impl Clone for HrespErrInt
Source§fn clone(&self) -> HrespErrInt
fn clone(&self) -> HrespErrInt
Returns a duplicate 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 HrespErrInt
impl Debug for HrespErrInt
Source§impl From<HrespErrInt> for u8
impl From<HrespErrInt> for u8
Source§fn from(val: HrespErrInt) -> u8
fn from(val: HrespErrInt) -> u8
Converts to this type from the input type.
Source§impl From<u8> for HrespErrInt
impl From<u8> for HrespErrInt
Source§fn from(val: u8) -> HrespErrInt
fn from(val: u8) -> HrespErrInt
Converts to this type from the input type.
Source§impl Ord for HrespErrInt
impl Ord for HrespErrInt
Source§fn cmp(&self, other: &HrespErrInt) -> Ordering
fn cmp(&self, other: &HrespErrInt) -> 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 HrespErrInt
impl PartialEq for HrespErrInt
Source§impl PartialOrd for HrespErrInt
impl PartialOrd for HrespErrInt
impl Copy for HrespErrInt
impl Eq for HrespErrInt
impl StructuralPartialEq for HrespErrInt
Auto Trait Implementations§
impl Freeze for HrespErrInt
impl RefUnwindSafe for HrespErrInt
impl Send for HrespErrInt
impl Sync for HrespErrInt
impl Unpin for HrespErrInt
impl UnwindSafe for HrespErrInt
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