Enum wiggle_generate::config::ConfigField
source · [−]Variants
Witx(WitxConf)
Error(ErrorConf)
Async(AsyncConf)
Wasmtime(bool)
Trait Implementations
sourceimpl Clone for ConfigField
impl Clone for ConfigField
sourcefn clone(&self) -> ConfigField
fn clone(&self) -> ConfigField
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ConfigField
impl Debug for ConfigField
sourceimpl Parse for ConfigField
impl Parse for ConfigField
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations
impl RefUnwindSafe for ConfigField
impl !Send for ConfigField
impl !Sync for ConfigField
impl Unpin for ConfigField
impl UnwindSafe for ConfigField
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more