pub struct RustCompilerCompanionHandshake {
pub protocol_version: u32,
pub frontend_id: String,
pub coverage_model_variant: String,
pub evidence_schema_version: u32,
pub companion_build_id: String,
pub compiler: RustCompilerIdentity,
pub capabilities: RustCompilerCompanionCapabilities,
}Fields§
§protocol_version: u32§frontend_id: String§coverage_model_variant: String§evidence_schema_version: u32§companion_build_id: String§compiler: RustCompilerIdentity§capabilities: RustCompilerCompanionCapabilitiesTrait Implementations§
Source§impl Clone for RustCompilerCompanionHandshake
impl Clone for RustCompilerCompanionHandshake
Source§fn clone(&self) -> RustCompilerCompanionHandshake
fn clone(&self) -> RustCompilerCompanionHandshake
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<'de> Deserialize<'de> for RustCompilerCompanionHandshake
impl<'de> Deserialize<'de> for RustCompilerCompanionHandshake
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 RustCompilerCompanionHandshake
impl StructuralPartialEq for RustCompilerCompanionHandshake
Auto Trait Implementations§
impl Freeze for RustCompilerCompanionHandshake
impl RefUnwindSafe for RustCompilerCompanionHandshake
impl Send for RustCompilerCompanionHandshake
impl Sync for RustCompilerCompanionHandshake
impl Unpin for RustCompilerCompanionHandshake
impl UnsafeUnpin for RustCompilerCompanionHandshake
impl UnwindSafe for RustCompilerCompanionHandshake
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.