pub struct SearchDirectory {
pub path: PathBuf,
pub prefix_rewrite: Option<PathBuf>,
}
Fields§
§path: PathBuf
§prefix_rewrite: Option<PathBuf>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SearchDirectory
impl RefUnwindSafe for SearchDirectory
impl Send for SearchDirectory
impl Sync for SearchDirectory
impl Unpin for SearchDirectory
impl UnwindSafe for SearchDirectory
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