Struct anchor_syn::Error [−][src]
pub struct Error { pub name: String, pub raw_enum: ItemEnum, pub ident: Ident, pub codes: Vec<ErrorCode>, }
Fields
name: String
raw_enum: ItemEnum
ident: Ident
codes: Vec<ErrorCode>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl RefUnwindSafe for Error
impl UnwindSafe for Error
impl UnwindSafe for Error