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