pub struct EuvCardProps {
pub title: &'static str,
}Expand description
Props for the euv_card component.
Defines the strongly-typed interface for the card wrapper.
Fields§
§title: &'static strThe card title displayed in the header.
Implementations§
Source§impl EuvCardProps
impl EuvCardProps
Trait Implementations§
Source§impl Clone for EuvCardProps
impl Clone for EuvCardProps
Source§impl Debug for EuvCardProps
impl Debug for EuvCardProps
Auto Trait Implementations§
impl Freeze for EuvCardProps
impl RefUnwindSafe for EuvCardProps
impl Send for EuvCardProps
impl Sync for EuvCardProps
impl Unpin for EuvCardProps
impl UnsafeUnpin for EuvCardProps
impl UnwindSafe for EuvCardProps
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