pub struct CardComponent;
Expand description
Card component for displaying content in a card layout
Implementations§
Source§impl CardComponent
impl CardComponent
Trait Implementations§
Source§impl Component for CardComponent
impl Component for CardComponent
Auto Trait Implementations§
impl Freeze for CardComponent
impl RefUnwindSafe for CardComponent
impl Send for CardComponent
impl Sync for CardComponent
impl Unpin for CardComponent
impl UnwindSafe for CardComponent
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