pub struct DeployRequest<'a> {
pub entry: &'a Entry,
pub source: &'a Path,
pub scope: Scope,
pub repo_root: &'a Path,
pub opts: &'a InstallOptions,
}Expand description
All parameters needed to deploy a single entry.
Fields§
§entry: &'a Entry§source: &'a Path§scope: Scope§repo_root: &'a Path§opts: &'a InstallOptionsAuto Trait Implementations§
impl<'a> Freeze for DeployRequest<'a>
impl<'a> RefUnwindSafe for DeployRequest<'a>
impl<'a> Send for DeployRequest<'a>
impl<'a> Sync for DeployRequest<'a>
impl<'a> Unpin for DeployRequest<'a>
impl<'a> UnsafeUnpin for DeployRequest<'a>
impl<'a> UnwindSafe for DeployRequest<'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