pub struct EventItem { /* private fields */ }Expand description
Odra event definition.
Implementations§
source§impl EventItem
impl EventItem
pub fn parse(input: DeriveInput) -> Result<Self, Error>
pub fn fields_iter(&self) -> impl Iterator<Item = &Field>
pub fn struct_ident(&self) -> &Ident
Auto Trait Implementations§
impl RefUnwindSafe for EventItem
impl !Send for EventItem
impl !Sync for EventItem
impl Unpin for EventItem
impl UnwindSafe for EventItem
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