pub struct CapsuleLog {
pub kind: String,
pub label: String,
pub outcome: String,
pub log_path: String,
}Expand description
One validation or docs log row.
Fields§
§kind: StringLog kind.
label: StringCommand label.
outcome: StringOutcome token.
log_path: StringEvidence log path.
Trait Implementations§
Source§impl Clone for CapsuleLog
impl Clone for CapsuleLog
Source§fn clone(&self) -> CapsuleLog
fn clone(&self) -> CapsuleLog
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 moreSource§impl Debug for CapsuleLog
impl Debug for CapsuleLog
impl Eq for CapsuleLog
Source§impl PartialEq for CapsuleLog
impl PartialEq for CapsuleLog
impl StructuralPartialEq for CapsuleLog
Auto Trait Implementations§
impl Freeze for CapsuleLog
impl RefUnwindSafe for CapsuleLog
impl Send for CapsuleLog
impl Sync for CapsuleLog
impl Unpin for CapsuleLog
impl UnsafeUnpin for CapsuleLog
impl UnwindSafe for CapsuleLog
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