pub enum MetricsScope {
Scanner,
Disk,
Os,
BatchJobs,
SiteResync,
Network,
Memory,
Cpu,
Rpc,
All,
}Expand description
RustFS realtime metrics selector bits from beta.10.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MetricsScope
impl Clone for MetricsScope
Source§fn clone(&self) -> MetricsScope
fn clone(&self) -> MetricsScope
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 MetricsScope
Source§impl Debug for MetricsScope
impl Debug for MetricsScope
Source§impl<'de> Deserialize<'de> for MetricsScope
impl<'de> Deserialize<'de> for MetricsScope
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
Source§impl Display for MetricsScope
impl Display for MetricsScope
impl Eq for MetricsScope
Source§impl PartialEq for MetricsScope
impl PartialEq for MetricsScope
Source§impl Serialize for MetricsScope
impl Serialize for MetricsScope
impl StructuralPartialEq for MetricsScope
Auto Trait Implementations§
impl Freeze for MetricsScope
impl RefUnwindSafe for MetricsScope
impl Send for MetricsScope
impl Sync for MetricsScope
impl Unpin for MetricsScope
impl UnsafeUnpin for MetricsScope
impl UnwindSafe for MetricsScope
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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