pub struct DependencyPath {
pub source: PathBuf,
pub include: PathBuf,
}Fields§
§source: PathBuf§include: PathBufImplementations§
Auto Trait Implementations§
impl Freeze for DependencyPath
impl RefUnwindSafe for DependencyPath
impl Send for DependencyPath
impl Sync for DependencyPath
impl Unpin for DependencyPath
impl UnwindSafe for DependencyPath
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