pub struct ErrorInput {
pub error_code: Expr,
}Fields§
§error_code: ExprTrait Implementations§
Source§impl Parse for ErrorInput
impl Parse for ErrorInput
fn parse(stream: ParseStream<'_>) -> ParseResult<Self>
Auto Trait Implementations§
impl Freeze for ErrorInput
impl RefUnwindSafe for ErrorInput
impl !Send for ErrorInput
impl !Sync for ErrorInput
impl Unpin for ErrorInput
impl UnsafeUnpin for ErrorInput
impl UnwindSafe for ErrorInput
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