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