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