pub struct RhodiumCachePathReport {
pub avg_us: u64,
pub served_tier: String,
pub rehydrated_local: bool,
}Fields§
§avg_us: u64§served_tier: String§rehydrated_local: boolTrait Implementations§
Source§impl Clone for RhodiumCachePathReport
impl Clone for RhodiumCachePathReport
Source§fn clone(&self) -> RhodiumCachePathReport
fn clone(&self) -> RhodiumCachePathReport
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 RhodiumCachePathReport
impl Debug for RhodiumCachePathReport
Source§impl<'de> Deserialize<'de> for RhodiumCachePathReport
impl<'de> Deserialize<'de> for RhodiumCachePathReport
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RhodiumCachePathReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RhodiumCachePathReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RhodiumCachePathReport
impl PartialEq for RhodiumCachePathReport
impl Eq for RhodiumCachePathReport
impl StructuralPartialEq for RhodiumCachePathReport
Auto Trait Implementations§
impl Freeze for RhodiumCachePathReport
impl RefUnwindSafe for RhodiumCachePathReport
impl Send for RhodiumCachePathReport
impl Sync for RhodiumCachePathReport
impl Unpin for RhodiumCachePathReport
impl UnsafeUnpin for RhodiumCachePathReport
impl UnwindSafe for RhodiumCachePathReport
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