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