#[repr(u8)]pub enum LeapIndicator {
NoWarning = 0,
AddOne = 1,
SubOne = 2,
Unknown = 3,
}
Variants§
Implementations§
Source§impl LeapIndicator
impl LeapIndicator
Trait Implementations§
Source§impl Clone for LeapIndicator
impl Clone for LeapIndicator
Source§fn clone(&self) -> LeapIndicator
fn clone(&self) -> LeapIndicator
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 LeapIndicator
impl Debug for LeapIndicator
Source§impl Default for LeapIndicator
impl Default for LeapIndicator
Source§fn default() -> LeapIndicator
fn default() -> LeapIndicator
Returns the “default value” for a type. Read more
Source§impl PartialEq for LeapIndicator
impl PartialEq for LeapIndicator
impl StructuralPartialEq for LeapIndicator
Auto Trait Implementations§
impl Freeze for LeapIndicator
impl RefUnwindSafe for LeapIndicator
impl Send for LeapIndicator
impl Sync for LeapIndicator
impl Unpin for LeapIndicator
impl UnwindSafe for LeapIndicator
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