pub struct Options<'path> {
pub path: Option<Cow<'path, Path>>,
}
Expand description
Options used for querying rust info
Fields§
§path: Option<Cow<'path, Path>>
Optionally override working directory used for querying rustc
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'path> Freeze for Options<'path>
impl<'path> RefUnwindSafe for Options<'path>
impl<'path> Send for Options<'path>
impl<'path> Sync for Options<'path>
impl<'path> Unpin for Options<'path>
impl<'path> UnwindSafe for Options<'path>
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