pub struct MergeV2Checkpoints { /* private fields */ }
Expand description
Builder for the MergeV2Checkpoints
operation.
Implementations§
Source§impl MergeV2Checkpoints
impl MergeV2Checkpoints
Sourcepub fn delete_old_dirs<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn delete_old_dirs<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the delete_old_dirs
attribute.
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 MergeV2Checkpoints
impl Debug for MergeV2Checkpoints
Source§impl Default for MergeV2Checkpoints
impl Default for MergeV2Checkpoints
Source§fn default() -> MergeV2Checkpoints
fn default() -> MergeV2Checkpoints
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MergeV2Checkpoints
impl RefUnwindSafe for MergeV2Checkpoints
impl Send for MergeV2Checkpoints
impl Sync for MergeV2Checkpoints
impl Unpin for MergeV2Checkpoints
impl UnwindSafe for MergeV2Checkpoints
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