pub struct TableDataActionsPropsBuilder<TypedBuilderFields = ((),)> { /* private fields */ }
Expand description
Builder for TableDataActionsProps
instances.
See TableDataActionsProps::builder()
for more info.
Implementations§
Source§impl TableDataActionsPropsBuilder<((),)>
impl TableDataActionsPropsBuilder<((),)>
Source§impl TableDataActionsPropsBuilder<((String,),)>
impl TableDataActionsPropsBuilder<((String,),)>
Sourcepub fn build(self) -> TableDataActionsProps
pub fn build(self) -> TableDataActionsProps
Finalise the builder and create its TableDataActionsProps
instance
Trait Implementations§
Auto Trait Implementations§
impl<TypedBuilderFields> Freeze for TableDataActionsPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Freeze,
impl<TypedBuilderFields> RefUnwindSafe for TableDataActionsPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: RefUnwindSafe,
impl<TypedBuilderFields> Send for TableDataActionsPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Send,
impl<TypedBuilderFields> Sync for TableDataActionsPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Sync,
impl<TypedBuilderFields> Unpin for TableDataActionsPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Unpin,
impl<TypedBuilderFields> UnwindSafe for TableDataActionsPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: UnwindSafe,
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