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