pub struct PathDependency {
pub name: String,
pub normalized_path: Directory,
}
Fields§
§name: String
§normalized_path: Directory
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathDependency
impl RefUnwindSafe for PathDependency
impl Send for PathDependency
impl Sync for PathDependency
impl Unpin for PathDependency
impl UnwindSafe for PathDependency
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