Struct expect_test::ExpectFile
source · pub struct ExpectFile { /* private fields */ }
Expand description
Self-updating file.
Implementations§
source§impl ExpectFile
impl ExpectFile
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExpectFile
impl Send for ExpectFile
impl Sync for ExpectFile
impl Unpin for ExpectFile
impl UnwindSafe for ExpectFile
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