pub enum DebugButton {
NO = 0,
YES = 1,
INFO = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for DebugButton
impl Clone for DebugButton
Source§fn clone(&self) -> DebugButton
fn clone(&self) -> DebugButton
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 DebugButton
impl Debug for DebugButton
Source§impl Default for DebugButton
impl Default for DebugButton
Source§impl Enum for DebugButton
impl Enum for DebugButton
Source§const VALUES: &'static [DebugButton]
const VALUES: &'static [DebugButton]
All enum values for enum type.
Source§impl EnumFull for DebugButton
impl EnumFull for DebugButton
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for DebugButton
impl Hash for DebugButton
Source§impl PartialEq for DebugButton
impl PartialEq for DebugButton
impl Copy for DebugButton
impl Eq for DebugButton
impl StructuralPartialEq for DebugButton
Auto Trait Implementations§
impl Freeze for DebugButton
impl RefUnwindSafe for DebugButton
impl Send for DebugButton
impl Sync for DebugButton
impl Unpin for DebugButton
impl UnwindSafe for DebugButton
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