pub struct HubCiVerdict {
pub passed: bool,
pub checked_stages: usize,
pub attested_stages: usize,
pub detail: Option<String>,
}Expand description
Verdict of a hosted-CI run over a branch head (#93).
Fields§
§passed: bool§checked_stages: usize§attested_stages: usize§detail: Option<String>Trait Implementations§
Source§impl Clone for HubCiVerdict
impl Clone for HubCiVerdict
Source§fn clone(&self) -> HubCiVerdict
fn clone(&self) -> HubCiVerdict
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 HubCiVerdict
impl Debug for HubCiVerdict
Auto Trait Implementations§
impl Freeze for HubCiVerdict
impl RefUnwindSafe for HubCiVerdict
impl Send for HubCiVerdict
impl Sync for HubCiVerdict
impl Unpin for HubCiVerdict
impl UnsafeUnpin for HubCiVerdict
impl UnwindSafe for HubCiVerdict
Blanket Implementations§
impl<T> Allocation for T
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