Struct wiggle_generate::config::AsyncConfField
source · pub struct AsyncConfField {
pub module_name: Ident,
pub function_names: Vec<Ident>,
pub err_loc: Span,
}
Fields§
§module_name: Ident
§function_names: Vec<Ident>
§err_loc: Span
Trait Implementations§
source§impl Clone for AsyncConfField
impl Clone for AsyncConfField
source§fn clone(&self) -> AsyncConfField
fn clone(&self) -> AsyncConfField
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 more