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