pub struct CardFooterProps { /* private fields */ }Implementations§
Sourcepub fn builder() -> CardFooterPropsBuilder<((),)>
pub fn builder() -> CardFooterPropsBuilder<((),)>
Create a builder for building CardFooterProps.
On the builder, call .children(...) to set the values of the fields.
Finally, call .build() to create the instance of CardFooterProps.
Trait Implementations§
Auto Trait Implementations§
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