pub struct DeltaReport {
pub commit_report: Option<DeltaCommitReport>,
}Expand description
The metrics being reported.
Fields§
§commit_report: Option<DeltaCommitReport>Trait Implementations§
Source§impl Clone for DeltaReport
impl Clone for DeltaReport
Source§fn clone(&self) -> DeltaReport
fn clone(&self) -> DeltaReport
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 Debug for DeltaReport
impl Debug for DeltaReport
Source§impl Default for DeltaReport
impl Default for DeltaReport
Source§fn default() -> DeltaReport
fn default() -> DeltaReport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeltaReport
impl<'de> Deserialize<'de> for DeltaReport
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
impl Eq for DeltaReport
Source§impl PartialEq for DeltaReport
impl PartialEq for DeltaReport
Source§impl Serialize for DeltaReport
impl Serialize for DeltaReport
impl StructuralPartialEq for DeltaReport
Auto Trait Implementations§
impl Freeze for DeltaReport
impl RefUnwindSafe for DeltaReport
impl Send for DeltaReport
impl Sync for DeltaReport
impl Unpin for DeltaReport
impl UnsafeUnpin for DeltaReport
impl UnwindSafe for DeltaReport
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