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