pub struct ReviewEvidenceRef(/* private fields */);Expand description
Review evidence ref carried by the local smoke-test workflow; it exercises the local shell with deterministic fixtures and no external side effects.
Trait Implementations§
Source§impl AsRef<str> for ReviewEvidenceRef
impl AsRef<str> for ReviewEvidenceRef
Source§impl Clone for ReviewEvidenceRef
impl Clone for ReviewEvidenceRef
Source§fn clone(&self) -> ReviewEvidenceRef
fn clone(&self) -> ReviewEvidenceRef
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 ReviewEvidenceRef
impl Debug for ReviewEvidenceRef
Source§impl PartialEq for ReviewEvidenceRef
impl PartialEq for ReviewEvidenceRef
impl Eq for ReviewEvidenceRef
impl StructuralPartialEq for ReviewEvidenceRef
Auto Trait Implementations§
impl Freeze for ReviewEvidenceRef
impl RefUnwindSafe for ReviewEvidenceRef
impl Send for ReviewEvidenceRef
impl Sync for ReviewEvidenceRef
impl Unpin for ReviewEvidenceRef
impl UnsafeUnpin for ReviewEvidenceRef
impl UnwindSafe for ReviewEvidenceRef
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