Struct wasmer_toml::CommandV1
source · pub struct CommandV1 {
pub name: String,
pub module: ModuleReference,
pub main_args: Option<String>,
pub package: Option<String>,
}
👎Deprecated since 0.9.2: Prefer the CommandV2 syntax
Expand description
Fields§
§name: String
👎Deprecated since 0.9.2: Prefer the CommandV2 syntax
§module: ModuleReference
👎Deprecated since 0.9.2: Prefer the CommandV2 syntax
§main_args: Option<String>
👎Deprecated since 0.9.2: Prefer the CommandV2 syntax
§package: Option<String>
👎Deprecated since 0.9.2: Prefer the CommandV2 syntax
Trait Implementations§
source§impl<'de> Deserialize<'de> for CommandV1
impl<'de> Deserialize<'de> for CommandV1
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for CommandV1
impl PartialEq for CommandV1
impl StructuralPartialEq for CommandV1
Auto Trait Implementations§
impl RefUnwindSafe for CommandV1
impl Send for CommandV1
impl Sync for CommandV1
impl Unpin for CommandV1
impl UnwindSafe for CommandV1
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