Struct anchor_syn::parser::error::ErrorInput
source · pub struct ErrorInput {
pub error_code: Expr,
}
Fields§
§error_code: Expr
Trait Implementations§
source§impl Parse for ErrorInput
impl Parse for ErrorInput
fn parse(stream: ParseStream<'_>) -> ParseResult<Self>
Auto Trait Implementations§
impl Freeze for ErrorInput
impl RefUnwindSafe for ErrorInput
impl !Send for ErrorInput
impl !Sync for ErrorInput
impl Unpin for ErrorInput
impl UnwindSafe for ErrorInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more