pub struct NativeOperatorHostToolchainIdentity {
pub compiler: NativeOperatorToolFileIdentity,
pub compiler_version: String,
pub target: String,
pub manifest: NativeOperatorEvidenceFile,
}Fields§
§compiler: NativeOperatorToolFileIdentity§compiler_version: String§target: String§manifest: NativeOperatorEvidenceFileTrait Implementations§
Source§impl Clone for NativeOperatorHostToolchainIdentity
impl Clone for NativeOperatorHostToolchainIdentity
Source§fn clone(&self) -> NativeOperatorHostToolchainIdentity
fn clone(&self) -> NativeOperatorHostToolchainIdentity
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 NativeOperatorHostToolchainIdentity
impl<'de> Deserialize<'de> for NativeOperatorHostToolchainIdentity
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 NativeOperatorHostToolchainIdentity
impl StructuralPartialEq for NativeOperatorHostToolchainIdentity
Auto Trait Implementations§
impl Freeze for NativeOperatorHostToolchainIdentity
impl RefUnwindSafe for NativeOperatorHostToolchainIdentity
impl Send for NativeOperatorHostToolchainIdentity
impl Sync for NativeOperatorHostToolchainIdentity
impl Unpin for NativeOperatorHostToolchainIdentity
impl UnsafeUnpin for NativeOperatorHostToolchainIdentity
impl UnwindSafe for NativeOperatorHostToolchainIdentity
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