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