pub struct ContextUpdateOptions {
pub sections: Vec<String>,
pub file: Option<PathBuf>,
pub interactive: bool,
pub dry_run: bool,
pub output_path: PathBuf,
}Expand description
Options for context update command
Fields§
§sections: Vec<String>§file: Option<PathBuf>§interactive: bool§dry_run: bool§output_path: PathBufAuto Trait Implementations§
impl Freeze for ContextUpdateOptions
impl RefUnwindSafe for ContextUpdateOptions
impl Send for ContextUpdateOptions
impl Sync for ContextUpdateOptions
impl Unpin for ContextUpdateOptions
impl UnsafeUnpin for ContextUpdateOptions
impl UnwindSafe for ContextUpdateOptions
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