pub struct OssLocalReportMeta {
pub template: Option<String>,
pub provider: Option<String>,
pub generated_at: Option<String>,
pub summary: Option<Box<OssLocalRunSummary>>,
}Fields§
§template: Option<String>§provider: Option<String>§generated_at: Option<String>§summary: Option<Box<OssLocalRunSummary>>Implementations§
Source§impl OssLocalReportMeta
impl OssLocalReportMeta
pub fn new() -> OssLocalReportMeta
Trait Implementations§
Source§impl Clone for OssLocalReportMeta
impl Clone for OssLocalReportMeta
Source§fn clone(&self) -> OssLocalReportMeta
fn clone(&self) -> OssLocalReportMeta
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 OssLocalReportMeta
impl Debug for OssLocalReportMeta
Source§impl Default for OssLocalReportMeta
impl Default for OssLocalReportMeta
Source§fn default() -> OssLocalReportMeta
fn default() -> OssLocalReportMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OssLocalReportMeta
impl<'de> Deserialize<'de> for OssLocalReportMeta
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 OssLocalReportMeta
impl PartialEq for OssLocalReportMeta
Source§impl Serialize for OssLocalReportMeta
impl Serialize for OssLocalReportMeta
impl StructuralPartialEq for OssLocalReportMeta
Auto Trait Implementations§
impl Freeze for OssLocalReportMeta
impl RefUnwindSafe for OssLocalReportMeta
impl Send for OssLocalReportMeta
impl Sync for OssLocalReportMeta
impl Unpin for OssLocalReportMeta
impl UnsafeUnpin for OssLocalReportMeta
impl UnwindSafe for OssLocalReportMeta
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