pub struct EuvInfoProps {
pub label: &'static str,
}Expand description
Props for the euv_info component.
Defines the strongly-typed interface for a key-value information row.
Fields§
§label: &'static strThe label text displayed on the left side.
Implementations§
Source§impl EuvInfoProps
impl EuvInfoProps
Trait Implementations§
Source§impl Clone for EuvInfoProps
impl Clone for EuvInfoProps
Source§fn clone(&self) -> EuvInfoProps
fn clone(&self) -> EuvInfoProps
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 EuvInfoProps
impl Debug for EuvInfoProps
Source§impl Default for EuvInfoProps
impl Default for EuvInfoProps
Source§fn default() -> EuvInfoProps
fn default() -> EuvInfoProps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EuvInfoProps
impl RefUnwindSafe for EuvInfoProps
impl Send for EuvInfoProps
impl Sync for EuvInfoProps
impl Unpin for EuvInfoProps
impl UnsafeUnpin for EuvInfoProps
impl UnwindSafe for EuvInfoProps
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