pub(crate) struct DefineErrorInput {
pub(crate) wrapper: ItemStruct,
pub(crate) kind: ItemEnum,
}Fields§
§wrapper: ItemStruct§kind: ItemEnumTrait Implementations§
Source§impl Parse for DefineErrorInput
impl Parse for DefineErrorInput
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for DefineErrorInput
impl RefUnwindSafe for DefineErrorInput
impl !Send for DefineErrorInput
impl !Sync for DefineErrorInput
impl Unpin for DefineErrorInput
impl UnsafeUnpin for DefineErrorInput
impl UnwindSafe for DefineErrorInput
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