pub struct ErrorArgs {
pub offset: LitInt,
}Fields§
§offset: LitIntTrait 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 UnsafeUnpin 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