pub(crate) struct PrebuiltPath {
pub(crate) file: PathBuf,
pub(crate) link: PathBuf,
}Fields§
§file: PathBuf§link: PathBufAuto Trait Implementations§
impl Freeze for PrebuiltPath
impl RefUnwindSafe for PrebuiltPath
impl Send for PrebuiltPath
impl Sync for PrebuiltPath
impl Unpin for PrebuiltPath
impl UnwindSafe for PrebuiltPath
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