pub struct WasmtimeConfig {
pub c: Config,
pub target: Path,
}
Fields§
§c: Config
§target: Path
Implementations§
Trait Implementations§
Source§impl Clone for WasmtimeConfig
impl Clone for WasmtimeConfig
Source§fn clone(&self) -> WasmtimeConfig
fn clone(&self) -> WasmtimeConfig
Returns a copy 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 Parse for WasmtimeConfig
impl Parse for WasmtimeConfig
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for WasmtimeConfig
impl RefUnwindSafe for WasmtimeConfig
impl !Send for WasmtimeConfig
impl !Sync for WasmtimeConfig
impl Unpin for WasmtimeConfig
impl UnwindSafe for WasmtimeConfig
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