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