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