pub struct Action<'src> {
pub name: Ident<'src>,
pub params: Vec<ActionParam<'src>>,
}
Fields§
§name: Ident<'src>
§params: Vec<ActionParam<'src>>
Trait Implementations§
impl<'src> StructuralPartialEq for Action<'src>
Auto Trait Implementations§
impl<'src> Freeze for Action<'src>
impl<'src> RefUnwindSafe for Action<'src>
impl<'src> Send for Action<'src>
impl<'src> Sync for Action<'src>
impl<'src> Unpin for Action<'src>
impl<'src> UnwindSafe for Action<'src>
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