pub struct StubFile {
pub relative_path: PathBuf,
pub contents: String,
}Fields§
§relative_path: PathBuf§contents: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StubFile
impl RefUnwindSafe for StubFile
impl Send for StubFile
impl Sync for StubFile
impl Unpin for StubFile
impl UnsafeUnpin for StubFile
impl UnwindSafe for StubFile
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