Struct wash_lib::parser::RustConfig
source · [−]Fields
cargo_path: Option<PathBuf>The path to the cargo binary. Optional, will default to search the user’s PATH for cargo if not specified.
target_path: Option<PathBuf>Path to cargo/rust’s target directory. Optional, defaults to ./target.
Trait Implementations
sourceimpl Clone for RustConfig
impl Clone for RustConfig
sourcefn clone(&self) -> RustConfig
fn clone(&self) -> RustConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RustConfig
impl Debug for RustConfig
sourceimpl Default for RustConfig
impl Default for RustConfig
sourcefn default() -> RustConfig
fn default() -> RustConfig
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RustConfig
impl<'de> Deserialize<'de> for RustConfig
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<RustConfig> for RustConfig
impl PartialEq<RustConfig> for RustConfig
sourcefn eq(&self, other: &RustConfig) -> bool
fn eq(&self, other: &RustConfig) -> bool
impl StructuralPartialEq for RustConfig
Auto Trait Implementations
impl RefUnwindSafe for RustConfig
impl Send for RustConfig
impl Sync for RustConfig
impl Unpin for RustConfig
impl UnwindSafe for RustConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more