pub struct ListChecksResult { /* private fields */ }Expand description
The result of listing available checks. Use its methods to assert on which checks are present.
Implementations§
Source§impl ListChecksResult
impl ListChecksResult
pub fn expect_contains(&self, name: &str) -> &Self
Auto Trait Implementations§
impl Freeze for ListChecksResult
impl RefUnwindSafe for ListChecksResult
impl Send for ListChecksResult
impl Sync for ListChecksResult
impl Unpin for ListChecksResult
impl UnsafeUnpin for ListChecksResult
impl UnwindSafe for ListChecksResult
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