pub struct InitializeTable { /* private fields */ }
Expand description
Builder for the InitializeTable
operation.
Implementations§
Source§impl InitializeTable
impl InitializeTable
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for InitializeTable
impl Debug for InitializeTable
Source§impl Default for InitializeTable
impl Default for InitializeTable
Source§fn default() -> InitializeTable
fn default() -> InitializeTable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InitializeTable
impl RefUnwindSafe for InitializeTable
impl Send for InitializeTable
impl Sync for InitializeTable
impl Unpin for InitializeTable
impl UnwindSafe for InitializeTable
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