pub struct update_file {}Implementations§
Source§impl update_file
impl update_file
Sourcepub fn get() -> TestResult<PathBuf>
pub fn get() -> TestResult<PathBuf>
Downloads an update file if it’s not already present.
pub fn default() -> TestResult<PathBuf>
Auto Trait Implementations§
impl Freeze for update_file
impl RefUnwindSafe for update_file
impl Send for update_file
impl Sync for update_file
impl Unpin for update_file
impl UnwindSafe for update_file
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