pub struct GateResult {
pub passed: bool,
pub violations: Vec<Violation>,
}Expand description
Gatekeeper check result
Fieldsยง
ยงpassed: boolยงviolations: Vec<Violation>Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for GateResult
impl RefUnwindSafe for GateResult
impl Send for GateResult
impl Sync for GateResult
impl Unpin for GateResult
impl UnsafeUnpin for GateResult
impl UnwindSafe for GateResult
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