#[repr(u32)]pub enum ThresholdAttribute {
ReadSize(u32),
WriteSize(u32),
ReadIoSize(u32),
WriteIoSize(u32),
}
Variants§
Trait Implementations§
Source§impl Clone for ThresholdAttribute
impl Clone for ThresholdAttribute
Source§fn clone(&self) -> ThresholdAttribute
fn clone(&self) -> ThresholdAttribute
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 ThresholdAttribute
impl Debug for ThresholdAttribute
Source§impl<'de> Deserialize<'de> for ThresholdAttribute
impl<'de> Deserialize<'de> for ThresholdAttribute
Source§fn deserialize<D>(deserializer: D) -> Result<ThresholdAttribute, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<ThresholdAttribute, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ThresholdAttribute
impl PartialEq for ThresholdAttribute
Source§impl Serialize for ThresholdAttribute
impl Serialize for ThresholdAttribute
impl Eq for ThresholdAttribute
impl StructuralPartialEq for ThresholdAttribute
Auto Trait Implementations§
impl Freeze for ThresholdAttribute
impl RefUnwindSafe for ThresholdAttribute
impl Send for ThresholdAttribute
impl Sync for ThresholdAttribute
impl Unpin for ThresholdAttribute
impl UnwindSafe for ThresholdAttribute
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