#[repr(u8)]pub enum Disableindebug {
    ENABLED = 0,
    DISABLED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Disableindebug
 
impl Clone for Disableindebug
Source§fn clone(&self) -> Disableindebug
 
fn clone(&self) -> Disableindebug
Returns a copy 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 Disableindebug
 
impl Debug for Disableindebug
Source§impl From<Disableindebug> for u8
 
impl From<Disableindebug> for u8
Source§fn from(val: Disableindebug) -> u8
 
fn from(val: Disableindebug) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Disableindebug
 
impl From<u8> for Disableindebug
Source§fn from(val: u8) -> Disableindebug
 
fn from(val: u8) -> Disableindebug
Converts to this type from the input type.
Source§impl Ord for Disableindebug
 
impl Ord for Disableindebug
Source§fn cmp(&self, other: &Disableindebug) -> Ordering
 
fn cmp(&self, other: &Disableindebug) -> 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 Disableindebug
 
impl PartialEq for Disableindebug
Source§impl PartialOrd for Disableindebug
 
impl PartialOrd for Disableindebug
impl Copy for Disableindebug
impl Eq for Disableindebug
impl StructuralPartialEq for Disableindebug
Auto Trait Implementations§
impl Freeze for Disableindebug
impl RefUnwindSafe for Disableindebug
impl Send for Disableindebug
impl Sync for Disableindebug
impl Unpin for Disableindebug
impl UnwindSafe for Disableindebug
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)