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§fn clone(&self) -> EuvCardProps
fn clone(&self) -> EuvCardProps
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 moreSource§impl Debug for EuvCardProps
impl Debug for EuvCardProps
Source§impl Default for EuvCardProps
impl Default for EuvCardProps
Source§fn default() -> EuvCardProps
fn default() -> EuvCardProps
Returns the “default value” for a type. Read more
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