pub struct PreCompactArgs {
pub config_path: PathBuf,
pub cwd: Option<PathBuf>,
pub context_override: Option<String>,
}Fields§
§config_path: PathBuf§cwd: Option<PathBuf>§context_override: Option<String>Override for stdin content (used in tests).
Trait Implementations§
Source§impl Clone for PreCompactArgs
impl Clone for PreCompactArgs
Source§fn clone(&self) -> PreCompactArgs
fn clone(&self) -> PreCompactArgs
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 moreAuto Trait Implementations§
impl Freeze for PreCompactArgs
impl RefUnwindSafe for PreCompactArgs
impl Send for PreCompactArgs
impl Sync for PreCompactArgs
impl Unpin for PreCompactArgs
impl UnsafeUnpin for PreCompactArgs
impl UnwindSafe for PreCompactArgs
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