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