Struct pyoxidizerlib::environment::RustEnvironment  [−][src]
pub struct RustEnvironment {
    pub cargo_exe: PathBuf,
    pub rustc_exe: PathBuf,
    pub rust_version: VersionMeta,
}Represents an available Rust toolchain.
Fields
cargo_exe: PathBufPath to cargo executable.
rustc_exe: PathBufPath to rustc executable.
rust_version: VersionMetaDescribes rustc version info.
Trait Implementations
impl Clone for RustEnvironment[src]
impl Clone for RustEnvironment[src]fn clone(&self) -> RustEnvironment[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for RustEnvironment
impl RefUnwindSafe for RustEnvironmentimpl Send for RustEnvironment
impl Send for RustEnvironmentimpl Sync for RustEnvironment
impl Sync for RustEnvironmentimpl Unpin for RustEnvironment
impl Unpin for RustEnvironmentimpl UnwindSafe for RustEnvironment
impl UnwindSafe for RustEnvironmentBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized, [src]
impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized, [src]impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
impl<V, T> VZip<V> for T where
    V: MultiLane<T>,