pub struct CardHeaderProps {
pub class: Option<String>,
}Fields§
§class: Option<String>Trait Implementations§
Source§impl Clone for CardHeaderProps
impl Clone for CardHeaderProps
Source§fn clone(&self) -> CardHeaderProps
fn clone(&self) -> CardHeaderProps
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 CardHeaderProps
impl Debug for CardHeaderProps
Source§impl Default for CardHeaderProps
impl Default for CardHeaderProps
Source§fn default() -> CardHeaderProps
fn default() -> CardHeaderProps
Returns the “default value” for a type. Read more
Source§impl PartialEq for CardHeaderProps
impl PartialEq for CardHeaderProps
Source§fn eq(&self, other: &CardHeaderProps) -> bool
fn eq(&self, other: &CardHeaderProps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CardHeaderProps
Auto Trait Implementations§
impl Freeze for CardHeaderProps
impl RefUnwindSafe for CardHeaderProps
impl Send for CardHeaderProps
impl Sync for CardHeaderProps
impl Unpin for CardHeaderProps
impl UnsafeUnpin for CardHeaderProps
impl UnwindSafe for CardHeaderProps
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