pub struct CardContentProps { /* private fields */ }
Implementations§
Source§impl CardContentProps
impl CardContentProps
Sourcepub fn builder() -> CardContentPropsBuilder<((), ())>
pub fn builder() -> CardContentPropsBuilder<((), ())>
Create a builder for building CardContentProps
.
On the builder, call .children(...)
, .padded(...)
(optional) to set the values of the fields.
Finally, call .build()
to create the instance of CardContentProps
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CardContentProps
impl RefUnwindSafe for CardContentProps
impl Send for CardContentProps
impl Sync for CardContentProps
impl Unpin for CardContentProps
impl UnwindSafe for CardContentProps
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