#[repr(u32)]pub enum ApexOperatingMode {
Idle = 0,
ColdStart = 1,
WarmStart = 2,
Normal = 3,
}Variants§
Trait Implementations§
Source§impl Clone for ApexOperatingMode
impl Clone for ApexOperatingMode
Source§fn clone(&self) -> ApexOperatingMode
fn clone(&self) -> ApexOperatingMode
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 ApexOperatingMode
impl Debug for ApexOperatingMode
Source§impl Default for ApexOperatingMode
impl Default for ApexOperatingMode
Source§fn default() -> ApexOperatingMode
fn default() -> ApexOperatingMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for ApexOperatingMode
impl PartialEq for ApexOperatingMode
Source§impl TryFrom<u32> for ApexOperatingMode
impl TryFrom<u32> for ApexOperatingMode
impl Copy for ApexOperatingMode
impl Eq for ApexOperatingMode
impl StructuralPartialEq for ApexOperatingMode
Auto Trait Implementations§
impl Freeze for ApexOperatingMode
impl RefUnwindSafe for ApexOperatingMode
impl Send for ApexOperatingMode
impl Sync for ApexOperatingMode
impl Unpin for ApexOperatingMode
impl UnwindSafe for ApexOperatingMode
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