pub struct FileCheck { /* private fields */ }Expand description
A handle to a verified system file. Keep this instance in memory as long as you intend to keep using the validated file.
Implementations§
Auto Trait Implementations§
impl Freeze for FileCheck
impl RefUnwindSafe for FileCheck
impl Send for FileCheck
impl Sync for FileCheck
impl Unpin for FileCheck
impl UnwindSafe for FileCheck
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