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