pub struct DependencyLookupResult {
pub dependencies: Option<Vec<String>>,
}Expand description
Minimal shape the resolver needs from a marketplace lookup.
Fields§
§dependencies: Option<Vec<String>>Auto Trait Implementations§
impl Freeze for DependencyLookupResult
impl RefUnwindSafe for DependencyLookupResult
impl Send for DependencyLookupResult
impl Sync for DependencyLookupResult
impl Unpin for DependencyLookupResult
impl UnsafeUnpin for DependencyLookupResult
impl UnwindSafe for DependencyLookupResult
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