pub enum Card2Variant {
Elevated,
Filled,
Outlined,
}Expand description
Material Design card component variants (enhanced version).
Variants§
Trait Implementations§
Source§impl Clone for Card2Variant
impl Clone for Card2Variant
Source§fn clone(&self) -> Card2Variant
fn clone(&self) -> Card2Variant
Returns a duplicate of the value. Read more
1.0.0 · 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 Card2Variant
impl Debug for Card2Variant
Source§impl PartialEq for Card2Variant
impl PartialEq for Card2Variant
impl Copy for Card2Variant
impl StructuralPartialEq for Card2Variant
Auto Trait Implementations§
impl Freeze for Card2Variant
impl RefUnwindSafe for Card2Variant
impl Send for Card2Variant
impl Sync for Card2Variant
impl Unpin for Card2Variant
impl UnsafeUnpin for Card2Variant
impl UnwindSafe for Card2Variant
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