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