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§impl Debug for EuvInfoProps
impl Debug for EuvInfoProps
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