pub struct StackDestroyOptions {
pub skip_preview: Option<bool>,
pub refresh: Option<bool>,
pub target: Option<Vec<String>>,
pub target_dependents: Option<bool>,
pub exclude: Option<Vec<String>>,
pub exclude_dependents: Option<bool>,
pub show_secrets: Option<bool>,
pub continue_on_error: Option<bool>,
pub exclude_protected: Option<bool>,
}Fields§
§skip_preview: Option<bool>§refresh: Option<bool>§target: Option<Vec<String>>§target_dependents: Option<bool>§exclude: Option<Vec<String>>§exclude_dependents: Option<bool>§show_secrets: Option<bool>§continue_on_error: Option<bool>§exclude_protected: Option<bool>Trait Implementations§
Source§impl Clone for StackDestroyOptions
impl Clone for StackDestroyOptions
Source§fn clone(&self) -> StackDestroyOptions
fn clone(&self) -> StackDestroyOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StackDestroyOptions
impl Debug for StackDestroyOptions
Source§impl Default for StackDestroyOptions
impl Default for StackDestroyOptions
Source§fn default() -> StackDestroyOptions
fn default() -> StackDestroyOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StackDestroyOptions
impl RefUnwindSafe for StackDestroyOptions
impl Send for StackDestroyOptions
impl Sync for StackDestroyOptions
impl Unpin for StackDestroyOptions
impl UnsafeUnpin for StackDestroyOptions
impl UnwindSafe for StackDestroyOptions
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