pub struct ParsedFile {
pub path: PathBuf,
pub source: String,
pub syntax: File,
}Fields§
§path: PathBuf§source: String§syntax: FileAuto Trait Implementations§
impl !Send for ParsedFile
impl !Sync for ParsedFile
impl Freeze for ParsedFile
impl RefUnwindSafe for ParsedFile
impl Unpin for ParsedFile
impl UnsafeUnpin for ParsedFile
impl UnwindSafe for ParsedFile
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