#[repr(usize)]pub enum TelemetrySeverity {
Warning = 0,
Fatal = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TelemetrySeverity
impl Clone for TelemetrySeverity
Source§fn clone(&self) -> TelemetrySeverity
fn clone(&self) -> TelemetrySeverity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TelemetrySeverity
Source§impl Debug for TelemetrySeverity
impl Debug for TelemetrySeverity
impl Eq for TelemetrySeverity
Source§impl Ord for TelemetrySeverity
impl Ord for TelemetrySeverity
Source§fn cmp(&self, other: &TelemetrySeverity) -> Ordering
fn cmp(&self, other: &TelemetrySeverity) -> Ordering
1.21.0 (const: unstable) · 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 TelemetrySeverity
impl PartialEq for TelemetrySeverity
Source§impl PartialOrd for TelemetrySeverity
impl PartialOrd for TelemetrySeverity
impl StructuralPartialEq for TelemetrySeverity
Auto Trait Implementations§
impl Freeze for TelemetrySeverity
impl RefUnwindSafe for TelemetrySeverity
impl Send for TelemetrySeverity
impl Sync for TelemetrySeverity
impl Unpin for TelemetrySeverity
impl UnsafeUnpin for TelemetrySeverity
impl UnwindSafe for TelemetrySeverity
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