pub struct EuvHeroActionProps {
pub action: EuvHeroAction,
}Expand description
Props of the euv_hero_action component.
Fields§
§action: EuvHeroActionThe hero action to render.
Trait Implementations§
Source§impl Clone for EuvHeroActionProps
impl Clone for EuvHeroActionProps
impl Copy for EuvHeroActionProps
Source§impl Debug for EuvHeroActionProps
impl Debug for EuvHeroActionProps
Auto Trait Implementations§
impl Freeze for EuvHeroActionProps
impl RefUnwindSafe for EuvHeroActionProps
impl Send for EuvHeroActionProps
impl Sync for EuvHeroActionProps
impl Unpin for EuvHeroActionProps
impl UnsafeUnpin for EuvHeroActionProps
impl UnwindSafe for EuvHeroActionProps
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