pub struct DepFile {
pub statements: BTreeMap<FileName, DepBuild>,
}
Fields§
§statements: BTreeMap<FileName, DepBuild>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DepFile
impl RefUnwindSafe for DepFile
impl Send for DepFile
impl Sync for DepFile
impl Unpin for DepFile
impl UnwindSafe for DepFile
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