pub struct FileMap {
pub files: Files,
}
Fields
files: Files
Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileMap
impl Send for FileMap
impl Sync for FileMap
impl Unpin for FileMap
impl UnwindSafe for FileMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more