Struct wiggle_generate::config::FunctionField
source · pub struct FunctionField {
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 FunctionField
impl Clone for FunctionField
source§fn clone(&self) -> FunctionField
fn clone(&self) -> FunctionField
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