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