Struct wiggle_generate::config::TrappableErrorConfField
source · pub struct TrappableErrorConfField {
pub abi_error: Ident,
pub rich_error: Ident,
pub err_loc: Span,
}Fields§
§abi_error: Ident§rich_error: Ident§err_loc: SpanTrait Implementations§
source§impl Clone for TrappableErrorConfField
impl Clone for TrappableErrorConfField
source§fn clone(&self) -> TrappableErrorConfField
fn clone(&self) -> TrappableErrorConfField
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