pub struct FsPerfStat {
pub apply_latency_ms: i32,
pub commit_latency_ms: i32,
}Fields§
§apply_latency_ms: i32§commit_latency_ms: i32Trait Implementations§
Source§impl Clone for FsPerfStat
impl Clone for FsPerfStat
Source§fn clone(&self) -> FsPerfStat
fn clone(&self) -> FsPerfStat
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 FsPerfStat
impl Debug for FsPerfStat
Source§impl<'de> Deserialize<'de> for FsPerfStat
impl<'de> Deserialize<'de> for FsPerfStat
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 PartialEq for FsPerfStat
impl PartialEq for FsPerfStat
impl StructuralPartialEq for FsPerfStat
Auto Trait Implementations§
impl Freeze for FsPerfStat
impl RefUnwindSafe for FsPerfStat
impl Send for FsPerfStat
impl Sync for FsPerfStat
impl Unpin for FsPerfStat
impl UnwindSafe for FsPerfStat
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