Struct wasmer_deploy_cli::config::LoadedClientConfig
source · pub struct LoadedClientConfig {
pub config: DeployClientConfig,
pub path: PathBuf,
}Fields§
§config: DeployClientConfig§path: PathBufImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for LoadedClientConfig
impl Send for LoadedClientConfig
impl Sync for LoadedClientConfig
impl Unpin for LoadedClientConfig
impl UnwindSafe for LoadedClientConfig
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