pub struct WasmtimeConfig {
pub c: Config,
pub target: Path,
}Fields§
§c: Config§target: PathImplementations§
Trait Implementations§
Source§impl Clone for WasmtimeConfig
impl Clone for WasmtimeConfig
Source§fn clone(&self) -> WasmtimeConfig
fn clone(&self) -> WasmtimeConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UnsafeUnpin 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