pub struct StackUpOptions {Show 14 fields
pub skip_preview: Option<bool>,
pub preview: Option<bool>,
pub refresh: Option<bool>,
pub replace: Option<Vec<String>>,
pub diff: 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 expect_no_changes: Option<bool>,
pub show_reads: Option<bool>,
pub show_replacement_steps: Option<bool>,
}Fields§
§skip_preview: Option<bool>§preview: Option<bool>§refresh: Option<bool>§replace: Option<Vec<String>>§diff: 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>§expect_no_changes: Option<bool>§show_reads: Option<bool>§show_replacement_steps: Option<bool>Trait Implementations§
Source§impl Clone for StackUpOptions
impl Clone for StackUpOptions
Source§fn clone(&self) -> StackUpOptions
fn clone(&self) -> StackUpOptions
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 StackUpOptions
impl Debug for StackUpOptions
Source§impl Default for StackUpOptions
impl Default for StackUpOptions
Source§fn default() -> StackUpOptions
fn default() -> StackUpOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StackUpOptions
impl RefUnwindSafe for StackUpOptions
impl Send for StackUpOptions
impl Sync for StackUpOptions
impl Unpin for StackUpOptions
impl UnsafeUnpin for StackUpOptions
impl UnwindSafe for StackUpOptions
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