pub enum OpsProfilerBackendStatus {
Enabled,
Disabled,
Unsupported,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for OpsProfilerBackendStatus
impl Clone for OpsProfilerBackendStatus
Source§fn clone(&self) -> OpsProfilerBackendStatus
fn clone(&self) -> OpsProfilerBackendStatus
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 OpsProfilerBackendStatus
Source§impl Debug for OpsProfilerBackendStatus
impl Debug for OpsProfilerBackendStatus
Source§impl<'de> Deserialize<'de> for OpsProfilerBackendStatus
impl<'de> Deserialize<'de> for OpsProfilerBackendStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OpsProfilerBackendStatus
Source§impl Hash for OpsProfilerBackendStatus
impl Hash for OpsProfilerBackendStatus
Source§impl Ord for OpsProfilerBackendStatus
impl Ord for OpsProfilerBackendStatus
Source§fn cmp(&self, other: &OpsProfilerBackendStatus) -> Ordering
fn cmp(&self, other: &OpsProfilerBackendStatus) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for OpsProfilerBackendStatus
impl PartialEq for OpsProfilerBackendStatus
Source§impl PartialOrd for OpsProfilerBackendStatus
impl PartialOrd for OpsProfilerBackendStatus
Source§impl Serialize for OpsProfilerBackendStatus
impl Serialize for OpsProfilerBackendStatus
impl StructuralPartialEq for OpsProfilerBackendStatus
Auto Trait Implementations§
impl Freeze for OpsProfilerBackendStatus
impl RefUnwindSafe for OpsProfilerBackendStatus
impl Send for OpsProfilerBackendStatus
impl Sync for OpsProfilerBackendStatus
impl Unpin for OpsProfilerBackendStatus
impl UnsafeUnpin for OpsProfilerBackendStatus
impl UnwindSafe for OpsProfilerBackendStatus
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