pub struct InstallCtx<'a> {
pub repo_root: &'a Path,
pub opts: Option<&'a InstallOptions>,
}Expand description
Context for the install_entry public API.
Fields§
§repo_root: &'a Path§opts: Option<&'a InstallOptions>Auto Trait Implementations§
impl<'a> Freeze for InstallCtx<'a>
impl<'a> RefUnwindSafe for InstallCtx<'a>
impl<'a> Send for InstallCtx<'a>
impl<'a> Sync for InstallCtx<'a>
impl<'a> Unpin for InstallCtx<'a>
impl<'a> UnsafeUnpin for InstallCtx<'a>
impl<'a> UnwindSafe for InstallCtx<'a>
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