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
Source§fn clone(&self) -> EuvHeroActionProps
fn clone(&self) -> EuvHeroActionProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EuvHeroActionProps
Source§impl Debug for EuvHeroActionProps
impl Debug for EuvHeroActionProps
Source§impl Default for EuvHeroActionProps
impl Default for EuvHeroActionProps
Source§fn default() -> EuvHeroActionProps
fn default() -> EuvHeroActionProps
Returns the “default value” for a type. Read more
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