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