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