pub struct LibraryProcessingMetric {
pub key: String,
pub count: u64,
}Fields§
§key: String§count: u64Trait Implementations§
Source§impl Clone for LibraryProcessingMetric
impl Clone for LibraryProcessingMetric
Source§fn clone(&self) -> LibraryProcessingMetric
fn clone(&self) -> LibraryProcessingMetric
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 moreSource§impl ComposeSchema for LibraryProcessingMetric
impl ComposeSchema for LibraryProcessingMetric
Source§impl Debug for LibraryProcessingMetric
impl Debug for LibraryProcessingMetric
Source§impl<'de> Deserialize<'de> for LibraryProcessingMetric
impl<'de> Deserialize<'de> for LibraryProcessingMetric
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 Serialize for LibraryProcessingMetric
impl Serialize for LibraryProcessingMetric
Auto Trait Implementations§
impl Freeze for LibraryProcessingMetric
impl RefUnwindSafe for LibraryProcessingMetric
impl Send for LibraryProcessingMetric
impl Sync for LibraryProcessingMetric
impl Unpin for LibraryProcessingMetric
impl UnsafeUnpin for LibraryProcessingMetric
impl UnwindSafe for LibraryProcessingMetric
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