pub struct SolidFile {
pub data: File,
pub path: String,
pub content: String,
}
Fields§
§data: File
§path: String
§content: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SolidFile
impl RefUnwindSafe for SolidFile
impl !Send for SolidFile
impl !Sync for SolidFile
impl Unpin for SolidFile
impl UnwindSafe for SolidFile
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