pub struct RustcAbi {
pub version: String,
pub commit_hash: String,
pub commit_date: String,
pub build_date: Option<String>,
pub channel: String,
pub host: String,
pub short: String,
pub llvm_version: Option<String>,
}Fields§
§version: String§commit_hash: String§commit_date: String§build_date: Option<String>§channel: String§host: String§short: String§llvm_version: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RustcAbi
impl RefUnwindSafe for RustcAbi
impl Send for RustcAbi
impl Sync for RustcAbi
impl Unpin for RustcAbi
impl UnsafeUnpin for RustcAbi
impl UnwindSafe for RustcAbi
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