pub struct LocalDependency;
Trait Implementations§
Source§impl Clone for LocalDependency
impl Clone for LocalDependency
Source§fn clone(&self) -> LocalDependency
fn clone(&self) -> LocalDependency
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl DependencyResolver for LocalDependency
impl DependencyResolver for LocalDependency
fn resolve( dep: &Dependency, loader: &FileLoader, ) -> Result<ProjectFiles, String>
Auto Trait Implementations§
impl Freeze for LocalDependency
impl RefUnwindSafe for LocalDependency
impl Send for LocalDependency
impl Sync for LocalDependency
impl Unpin for LocalDependency
impl UnwindSafe for LocalDependency
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