pub struct FileInfo {
pub mount_name: String,
pub relative_path: PathBuf,
pub contents: String,
pub line_offsets: Box<[u16]>,
}
Fields§
§mount_name: String
§relative_path: PathBuf
§contents: String
§line_offsets: Box<[u16]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileInfo
impl RefUnwindSafe for FileInfo
impl Send for FileInfo
impl Sync for FileInfo
impl Unpin for FileInfo
impl UnwindSafe for FileInfo
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