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