Struct anchor_syn::ErrorArgs
source · pub struct ErrorArgs {
pub offset: LitInt,
}
Fields§
§offset: LitInt
Trait Implementations§
source§impl Parse for ErrorArgs
impl Parse for ErrorArgs
fn parse(stream: ParseStream<'_>) -> ParseResult<Self>
Auto Trait Implementations§
impl Freeze for ErrorArgs
impl RefUnwindSafe for ErrorArgs
impl !Send for ErrorArgs
impl !Sync for ErrorArgs
impl Unpin for ErrorArgs
impl UnwindSafe for ErrorArgs
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