pub struct AllChecksPassed { /* private fields */ }Expand description
Proof that every required check ran and passed.
Constructible only by run_checks, in this module. It carries no data a
caller could fabricate from elsewhere.
Implementations§
Source§impl AllChecksPassed
impl AllChecksPassed
pub fn records(&self) -> &[CheckRecord]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllChecksPassed
impl RefUnwindSafe for AllChecksPassed
impl Send for AllChecksPassed
impl Sync for AllChecksPassed
impl Unpin for AllChecksPassed
impl UnsafeUnpin for AllChecksPassed
impl UnwindSafe for AllChecksPassed
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