pub struct NativeOperatorCudaToolkitManifest {
pub schema_version: u32,
pub canonical_root: String,
pub entries: Vec<NativeOperatorCudaToolkitFileIdentity>,
}Fields§
§schema_version: u32§canonical_root: String§entries: Vec<NativeOperatorCudaToolkitFileIdentity>Trait Implementations§
Source§impl Clone for NativeOperatorCudaToolkitManifest
impl Clone for NativeOperatorCudaToolkitManifest
Source§fn clone(&self) -> NativeOperatorCudaToolkitManifest
fn clone(&self) -> NativeOperatorCudaToolkitManifest
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 NativeOperatorCudaToolkitManifest
impl<'de> Deserialize<'de> for NativeOperatorCudaToolkitManifest
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 NativeOperatorCudaToolkitManifest
impl StructuralPartialEq for NativeOperatorCudaToolkitManifest
Auto Trait Implementations§
impl Freeze for NativeOperatorCudaToolkitManifest
impl RefUnwindSafe for NativeOperatorCudaToolkitManifest
impl Send for NativeOperatorCudaToolkitManifest
impl Sync for NativeOperatorCudaToolkitManifest
impl Unpin for NativeOperatorCudaToolkitManifest
impl UnsafeUnpin for NativeOperatorCudaToolkitManifest
impl UnwindSafe for NativeOperatorCudaToolkitManifest
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