pub struct Restore { /* private fields */ }
Expand description
Builder for the Restore
operation.
Implementations§
Source§impl Restore
impl Restore
Sourcepub fn preferred_shard<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn preferred_shard<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the preferred_shard
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§
Auto Trait Implementations§
impl Freeze for Restore
impl RefUnwindSafe for Restore
impl Send for Restore
impl Sync for Restore
impl Unpin for Restore
impl UnwindSafe for Restore
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