pub struct ResourceAccumulatorSetGlobalStep { /* private fields */ }
Expand description
Builder for the ResourceAccumulatorSetGlobalStep
operation.
Implementations§
Source§impl ResourceAccumulatorSetGlobalStep
impl ResourceAccumulatorSetGlobalStep
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Sourcepub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
handle: O0,
new_global_step: O1,
scope: &mut Scope,
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>( &self, handle: O0, new_global_step: O1, scope: &mut Scope, ) -> Result<Operation>
Builds the ResourceAccumulatorSetGlobalStep
operation.
Sourcepub fn build_instance(
&self,
handle: Output,
new_global_step: Output,
scope: &mut Scope,
) -> Result<ResourceAccumulatorSetGlobalStepInst>
pub fn build_instance( &self, handle: Output, new_global_step: Output, scope: &mut Scope, ) -> Result<ResourceAccumulatorSetGlobalStepInst>
Builds a new instance of ‘ResourceAccumulatorSetGlobalStep’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Source§impl Default for ResourceAccumulatorSetGlobalStep
impl Default for ResourceAccumulatorSetGlobalStep
Source§fn default() -> ResourceAccumulatorSetGlobalStep
fn default() -> ResourceAccumulatorSetGlobalStep
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResourceAccumulatorSetGlobalStep
impl RefUnwindSafe for ResourceAccumulatorSetGlobalStep
impl Send for ResourceAccumulatorSetGlobalStep
impl Sync for ResourceAccumulatorSetGlobalStep
impl Unpin for ResourceAccumulatorSetGlobalStep
impl UnwindSafe for ResourceAccumulatorSetGlobalStep
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