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