pub struct StackRefreshOptions {
pub skip_preview: 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>,
}Fields§
§skip_preview: 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>Trait Implementations§
Source§impl Clone for StackRefreshOptions
impl Clone for StackRefreshOptions
Source§fn clone(&self) -> StackRefreshOptions
fn clone(&self) -> StackRefreshOptions
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 StackRefreshOptions
impl Debug for StackRefreshOptions
Source§impl Default for StackRefreshOptions
impl Default for StackRefreshOptions
Source§fn default() -> StackRefreshOptions
fn default() -> StackRefreshOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StackRefreshOptions
impl RefUnwindSafe for StackRefreshOptions
impl Send for StackRefreshOptions
impl Sync for StackRefreshOptions
impl Unpin for StackRefreshOptions
impl UnsafeUnpin for StackRefreshOptions
impl UnwindSafe for StackRefreshOptions
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