pub struct ReportFrontmatter {
pub telemetry: ReportFrontmatterTelemetry,
pub steering: ReportFrontmatterSteering,
}Expand description
Parsed frontmatter fields from an agent report.
Fields§
§telemetry: ReportFrontmatterTelemetry§steering: ReportFrontmatterSteeringTrait Implementations§
Source§impl Clone for ReportFrontmatter
impl Clone for ReportFrontmatter
Source§fn clone(&self) -> ReportFrontmatter
fn clone(&self) -> ReportFrontmatter
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 ReportFrontmatter
impl Debug for ReportFrontmatter
Source§impl Default for ReportFrontmatter
impl Default for ReportFrontmatter
Source§fn default() -> ReportFrontmatter
fn default() -> ReportFrontmatter
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReportFrontmatter
impl<'de> Deserialize<'de> for ReportFrontmatter
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 ReportFrontmatter
impl PartialEq for ReportFrontmatter
impl Eq for ReportFrontmatter
impl StructuralPartialEq for ReportFrontmatter
Auto Trait Implementations§
impl Freeze for ReportFrontmatter
impl RefUnwindSafe for ReportFrontmatter
impl Send for ReportFrontmatter
impl Sync for ReportFrontmatter
impl Unpin for ReportFrontmatter
impl UnsafeUnpin for ReportFrontmatter
impl UnwindSafe for ReportFrontmatter
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