pub struct VerifiedRun {
pub control_id: String,
pub run_id: String,
pub run_dir: PathBuf,
}Expand description
One verified run.
Fields§
§control_id: String§run_id: String§run_dir: PathBufTrait Implementations§
Source§impl Clone for VerifiedRun
impl Clone for VerifiedRun
Source§fn clone(&self) -> VerifiedRun
fn clone(&self) -> VerifiedRun
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 moreAuto Trait Implementations§
impl Freeze for VerifiedRun
impl RefUnwindSafe for VerifiedRun
impl Send for VerifiedRun
impl Sync for VerifiedRun
impl Unpin for VerifiedRun
impl UnsafeUnpin for VerifiedRun
impl UnwindSafe for VerifiedRun
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