pub struct NativeOperatorEvidenceFile {
pub path: String,
pub sha256: String,
pub size_bytes: u64,
}Fields§
§path: String§sha256: String§size_bytes: u64Trait Implementations§
Source§impl Clone for NativeOperatorEvidenceFile
impl Clone for NativeOperatorEvidenceFile
Source§fn clone(&self) -> NativeOperatorEvidenceFile
fn clone(&self) -> NativeOperatorEvidenceFile
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 Debug for NativeOperatorEvidenceFile
impl Debug for NativeOperatorEvidenceFile
Source§impl<'de> Deserialize<'de> for NativeOperatorEvidenceFile
impl<'de> Deserialize<'de> for NativeOperatorEvidenceFile
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 NativeOperatorEvidenceFile
Source§impl Ord for NativeOperatorEvidenceFile
impl Ord for NativeOperatorEvidenceFile
Source§fn cmp(&self, other: &NativeOperatorEvidenceFile) -> Ordering
fn cmp(&self, other: &NativeOperatorEvidenceFile) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for NativeOperatorEvidenceFile
impl PartialOrd for NativeOperatorEvidenceFile
impl StructuralPartialEq for NativeOperatorEvidenceFile
Auto Trait Implementations§
impl Freeze for NativeOperatorEvidenceFile
impl RefUnwindSafe for NativeOperatorEvidenceFile
impl Send for NativeOperatorEvidenceFile
impl Sync for NativeOperatorEvidenceFile
impl Unpin for NativeOperatorEvidenceFile
impl UnsafeUnpin for NativeOperatorEvidenceFile
impl UnwindSafe for NativeOperatorEvidenceFile
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