pub struct CardFooterPropsBuilder<TypedBuilderFields = ((),)> { /* private fields */ }
Expand description
Builder for CardFooterProps
instances.
See CardFooterProps::builder()
for more info.
Implementations§
pub fn children(self, children: String) -> CardFooterPropsBuilder<((String,),)>
Sourcepub fn build(self) -> CardFooterProps
pub fn build(self) -> CardFooterProps
Finalise the builder and create its CardFooterProps
instance
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