pub enum PerformanceCheckStatus {
NoCommandPending,
ForcePerformanceCheckPending,
InProgress,
}Expand description
The RDA system’s performance check status.
Variants§
Trait Implementations§
Source§impl Clone for PerformanceCheckStatus
impl Clone for PerformanceCheckStatus
Source§fn clone(&self) -> PerformanceCheckStatus
fn clone(&self) -> PerformanceCheckStatus
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 PerformanceCheckStatus
Source§impl Debug for PerformanceCheckStatus
impl Debug for PerformanceCheckStatus
impl Eq for PerformanceCheckStatus
Source§impl Hash for PerformanceCheckStatus
impl Hash for PerformanceCheckStatus
Source§impl PartialEq for PerformanceCheckStatus
impl PartialEq for PerformanceCheckStatus
Source§fn eq(&self, other: &PerformanceCheckStatus) -> bool
fn eq(&self, other: &PerformanceCheckStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PerformanceCheckStatus
Auto Trait Implementations§
impl Freeze for PerformanceCheckStatus
impl RefUnwindSafe for PerformanceCheckStatus
impl Send for PerformanceCheckStatus
impl Sync for PerformanceCheckStatus
impl Unpin for PerformanceCheckStatus
impl UnsafeUnpin for PerformanceCheckStatus
impl UnwindSafe for PerformanceCheckStatus
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