pub struct ApplyArgs {
pub ops: Vec<CommentOp>,
pub apply: bool,
pub allow_annotations: bool,
pub state_dir: PathBuf,
pub command_line: String,
}Fields§
§ops: Vec<CommentOp>§apply: bool§allow_annotations: bool§state_dir: PathBuf§command_line: StringRecorded on the run for rs-hack history.
Auto Trait Implementations§
impl Freeze for ApplyArgs
impl RefUnwindSafe for ApplyArgs
impl Send for ApplyArgs
impl Sync for ApplyArgs
impl Unpin for ApplyArgs
impl UnsafeUnpin for ApplyArgs
impl UnwindSafe for ApplyArgs
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