Struct wasmer_edge_cli::cmd::app::DeployAppOpts
source · pub struct DeployAppOpts<'a> {
pub app: &'a AppConfigV1,
pub original_config: Option<Value>,
pub allow_create: bool,
pub make_default: bool,
pub owner: Option<String>,
pub wait: WaitMode,
}
Fields§
§app: &'a AppConfigV1
§original_config: Option<Value>
§allow_create: bool
§make_default: bool
§owner: Option<String>
§wait: WaitMode
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DeployAppOpts<'a>
impl<'a> Send for DeployAppOpts<'a>
impl<'a> Sync for DeployAppOpts<'a>
impl<'a> Unpin for DeployAppOpts<'a>
impl<'a> UnwindSafe for DeployAppOpts<'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