pub struct SpecPath {
pub spec: Spec,
pub path: PathBuf,
}Expand description
Parsed specification at a path.
Fields§
§spec: Spec§path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for SpecPath
impl RefUnwindSafe for SpecPath
impl Send for SpecPath
impl Sync for SpecPath
impl Unpin for SpecPath
impl UnwindSafe for SpecPath
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