pub struct DeleteIterator { /* private fields */ }
Expand description
Builder for the DeleteIterator
operation.
Implementations§
Source§impl DeleteIterator
impl DeleteIterator
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 DeleteIterator
impl Debug for DeleteIterator
Source§impl Default for DeleteIterator
impl Default for DeleteIterator
Source§fn default() -> DeleteIterator
fn default() -> DeleteIterator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteIterator
impl RefUnwindSafe for DeleteIterator
impl Send for DeleteIterator
impl Sync for DeleteIterator
impl Unpin for DeleteIterator
impl UnwindSafe for DeleteIterator
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