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