pub struct BlockStatsSpecificFile {
pub discard_bytes_ok: u64,
pub discard_nb_failed: u64,
pub discard_nb_ok: u64,
}
Fields§
§discard_bytes_ok: u64
§discard_nb_failed: u64
§discard_nb_ok: u64
Trait Implementations§
Source§impl Clone for BlockStatsSpecificFile
impl Clone for BlockStatsSpecificFile
Source§fn clone(&self) -> BlockStatsSpecificFile
fn clone(&self) -> BlockStatsSpecificFile
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 BlockStatsSpecificFile
impl Debug for BlockStatsSpecificFile
Source§impl<'de> Deserialize<'de> for BlockStatsSpecificFile
impl<'de> Deserialize<'de> for BlockStatsSpecificFile
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
Auto Trait Implementations§
impl Freeze for BlockStatsSpecificFile
impl RefUnwindSafe for BlockStatsSpecificFile
impl Send for BlockStatsSpecificFile
impl Sync for BlockStatsSpecificFile
impl Unpin for BlockStatsSpecificFile
impl UnwindSafe for BlockStatsSpecificFile
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