Struct thaw::ModalFooterBuilder
source · pub struct ModalFooterBuilder<TypedBuilderFields = ((),)> { /* private fields */ }Expand description
Builder for ModalFooter instances.
See ModalFooter::builder() for more info.
Implementations§
sourcepub fn children(
self,
children: ChildrenFn
) -> ModalFooterBuilder<((ChildrenFn,),)>
pub fn children( self, children: ChildrenFn ) -> ModalFooterBuilder<((ChildrenFn,),)>
children: ChildrenFn
sourcepub fn build(self) -> ModalFooter
pub fn build(self) -> ModalFooter
Finalise the builder and create its ModalFooter 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