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