pub struct ResolvedByPrefix {
pub package: RpPackage,
pub source: Source,
}
Expand description
A resolved package.
Fields§
§package: RpPackage
Package object belongs to.
source: Source
Source found.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedByPrefix
impl RefUnwindSafe for ResolvedByPrefix
impl Send for ResolvedByPrefix
impl Sync for ResolvedByPrefix
impl Unpin for ResolvedByPrefix
impl UnwindSafe for ResolvedByPrefix
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