pub struct NativeOperatorCudaToolkitFileIdentity {
pub logical_path: String,
pub resolved_path: String,
pub sha256: String,
pub size_bytes: u64,
}Fields§
§logical_path: String§resolved_path: String§sha256: String§size_bytes: u64Trait Implementations§
Source§impl Clone for NativeOperatorCudaToolkitFileIdentity
impl Clone for NativeOperatorCudaToolkitFileIdentity
Source§fn clone(&self) -> NativeOperatorCudaToolkitFileIdentity
fn clone(&self) -> NativeOperatorCudaToolkitFileIdentity
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 NativeOperatorCudaToolkitFileIdentity
impl<'de> Deserialize<'de> for NativeOperatorCudaToolkitFileIdentity
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 NativeOperatorCudaToolkitFileIdentity
impl StructuralPartialEq for NativeOperatorCudaToolkitFileIdentity
Auto Trait Implementations§
impl Freeze for NativeOperatorCudaToolkitFileIdentity
impl RefUnwindSafe for NativeOperatorCudaToolkitFileIdentity
impl Send for NativeOperatorCudaToolkitFileIdentity
impl Sync for NativeOperatorCudaToolkitFileIdentity
impl Unpin for NativeOperatorCudaToolkitFileIdentity
impl UnsafeUnpin for NativeOperatorCudaToolkitFileIdentity
impl UnwindSafe for NativeOperatorCudaToolkitFileIdentity
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