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