pub struct TableRowBuilder { /* private fields */ }Expand description
Builder for TableRow object.
Implementations§
Trait Implementations§
Source§impl Debug for TableRowBuilder
impl Debug for TableRowBuilder
Auto Trait Implementations§
impl Freeze for TableRowBuilder
impl RefUnwindSafe for TableRowBuilder
impl Send for TableRowBuilder
impl Sync for TableRowBuilder
impl Unpin for TableRowBuilder
impl UnsafeUnpin for TableRowBuilder
impl UnwindSafe for TableRowBuilder
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