pub struct ResolvedUnit {
pub unit: Unit,
pub path: PathBuf,
}Expand description
A unit resolved by ID or by project-scoped human handle.
Fields§
§unit: Unit§path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedUnit
impl RefUnwindSafe for ResolvedUnit
impl Send for ResolvedUnit
impl Sync for ResolvedUnit
impl Unpin for ResolvedUnit
impl UnsafeUnpin for ResolvedUnit
impl UnwindSafe for ResolvedUnit
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