pub struct RustCompilerIdentity {
pub rustc_commit_hash: String,
pub rustc_release: String,
pub host_triple: String,
pub rustc_driver_sha256: String,
}Fields§
§rustc_commit_hash: String§rustc_release: String§host_triple: String§rustc_driver_sha256: StringTrait Implementations§
Source§impl Clone for RustCompilerIdentity
impl Clone for RustCompilerIdentity
Source§fn clone(&self) -> RustCompilerIdentity
fn clone(&self) -> RustCompilerIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RustCompilerIdentity
impl Debug for RustCompilerIdentity
Source§impl<'de> Deserialize<'de> for RustCompilerIdentity
impl<'de> Deserialize<'de> for RustCompilerIdentity
Source§fn 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
impl Eq for RustCompilerIdentity
Source§impl PartialEq for RustCompilerIdentity
impl PartialEq for RustCompilerIdentity
Source§impl Serialize for RustCompilerIdentity
impl Serialize for RustCompilerIdentity
impl StructuralPartialEq for RustCompilerIdentity
Auto Trait Implementations§
impl Freeze for RustCompilerIdentity
impl RefUnwindSafe for RustCompilerIdentity
impl Send for RustCompilerIdentity
impl Sync for RustCompilerIdentity
impl Unpin for RustCompilerIdentity
impl UnsafeUnpin for RustCompilerIdentity
impl UnwindSafe for RustCompilerIdentity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.