Struct anchor_syn::parser::error::ErrorWithAccountNameInput
source · [−]Fields
error_code: Expr
account_name: Expr
Trait Implementations
sourceimpl Parse for ErrorWithAccountNameInput
impl Parse for ErrorWithAccountNameInput
fn parse(stream: ParseStream<'_>) -> ParseResult<Self>
Auto Trait Implementations
impl RefUnwindSafe for ErrorWithAccountNameInput
impl !Send for ErrorWithAccountNameInput
impl !Sync for ErrorWithAccountNameInput
impl Unpin for ErrorWithAccountNameInput
impl UnwindSafe for ErrorWithAccountNameInput
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