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