Enum wiggle_generate::config::ErrorConfField
source · pub enum ErrorConfField {
Trappable(TrappableErrorConfField),
User(UserErrorConfField),
}
Variants§
Trappable(TrappableErrorConfField)
User(UserErrorConfField)
Implementations§
Trait Implementations§
source§impl Clone for ErrorConfField
impl Clone for ErrorConfField
source§fn clone(&self) -> ErrorConfField
fn clone(&self) -> ErrorConfField
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