[−][src]Struct rust_info::types::RustInfo
Holds the current rust installation and setup information
Fields
version: Option<String>
version
channel: Option<RustChannel>
channel
target_arch: Option<String>
target arch cfg value
target_env: Option<String>
target env cfg value
target_os: Option<String>
target OS cfg value
target_pointer_width: Option<String>
target pointer width cfg value
target_vendor: Option<String>
target vendor cfg value
target_triple: Option<String>
target triple constructed from target arc, vendor, os and env
Methods
impl RustInfo
[src]
Trait Implementations
impl Clone for RustInfo
[src]
impl Debug for RustInfo
[src]
impl Default for RustInfo
[src]
impl PartialEq<RustInfo> for RustInfo
[src]
impl StructuralPartialEq for RustInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for RustInfo
impl Send for RustInfo
impl Sync for RustInfo
impl Unpin for RustInfo
impl UnwindSafe for RustInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,