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