pub struct CardDescription;Implementations§
Source§impl CardDescription
impl CardDescription
pub fn classes(props: &CardDescriptionProps) -> String
pub fn render(props: &CardDescriptionProps) -> RenderOutput
Auto Trait Implementations§
impl Freeze for CardDescription
impl RefUnwindSafe for CardDescription
impl Send for CardDescription
impl Sync for CardDescription
impl Unpin for CardDescription
impl UnsafeUnpin for CardDescription
impl UnwindSafe for CardDescription
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