pub struct CheckRunType {}Auto Trait Implementations§
impl Freeze for CheckRunType
impl RefUnwindSafe for CheckRunType
impl Send for CheckRunType
impl Sync for CheckRunType
impl Unpin for CheckRunType
impl UnwindSafe for CheckRunType
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