pub struct ResolvedSpec {
pub path: PathBuf,
pub def: ValidatedDef,
}Fields§
§path: PathBuf§def: ValidatedDefAuto Trait Implementations§
impl Freeze for ResolvedSpec
impl RefUnwindSafe for ResolvedSpec
impl Send for ResolvedSpec
impl Sync for ResolvedSpec
impl Unpin for ResolvedSpec
impl UnsafeUnpin for ResolvedSpec
impl UnwindSafe for ResolvedSpec
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