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