pub struct WasmPluginConfig {
pub name: String,
pub path: String,
pub memory_name: Option<String>,
pub handle_name: Option<String>,
}Fields§
§name: String§path: String§memory_name: Option<String>§handle_name: Option<String>Trait Implementations§
Source§impl Clone for WasmPluginConfig
impl Clone for WasmPluginConfig
Source§fn clone(&self) -> WasmPluginConfig
fn clone(&self) -> WasmPluginConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WasmPluginConfig
impl Debug for WasmPluginConfig
Source§impl<'de> Deserialize<'de> for WasmPluginConfig
impl<'de> Deserialize<'de> for WasmPluginConfig
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
Auto Trait Implementations§
impl Freeze for WasmPluginConfig
impl RefUnwindSafe for WasmPluginConfig
impl Send for WasmPluginConfig
impl Sync for WasmPluginConfig
impl Unpin for WasmPluginConfig
impl UnwindSafe for WasmPluginConfig
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