pub enum WasmtimeConfigField {
Core(ConfigField),
Target(Path),
}Variants§
Core(ConfigField)
Target(Path)
Trait Implementations§
Source§impl Clone for WasmtimeConfigField
impl Clone for WasmtimeConfigField
Source§fn clone(&self) -> WasmtimeConfigField
fn clone(&self) -> WasmtimeConfigField
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 WasmtimeConfigField
impl Parse for WasmtimeConfigField
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for WasmtimeConfigField
impl RefUnwindSafe for WasmtimeConfigField
impl !Send for WasmtimeConfigField
impl !Sync for WasmtimeConfigField
impl Unpin for WasmtimeConfigField
impl UnsafeUnpin for WasmtimeConfigField
impl UnwindSafe for WasmtimeConfigField
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