pub struct InstanceInstall { /* private fields */ }Expand description
Struct to handle ProSA instance installation
Implementations§
Source§impl InstanceInstall
impl InstanceInstall
Sourcepub fn new(args: &ArgMatches) -> Result<InstanceInstall>
pub fn new(args: &ArgMatches) -> Result<InstanceInstall>
Create an instance install builder to install the ProSA instance locally
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstanceInstall
impl RefUnwindSafe for InstanceInstall
impl Send for InstanceInstall
impl Sync for InstanceInstall
impl Unpin for InstanceInstall
impl UnwindSafe for InstanceInstall
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