pub struct ArtifactIntegrityReport {
pub canister_id: String,
pub snapshot_id: String,
pub artifact_path: String,
pub checksum: String,
}Expand description
ArtifactIntegrityReport
Fields§
§canister_id: String§snapshot_id: String§artifact_path: String§checksum: StringTrait Implementations§
Source§impl Clone for ArtifactIntegrityReport
impl Clone for ArtifactIntegrityReport
Source§fn clone(&self) -> ArtifactIntegrityReport
fn clone(&self) -> ArtifactIntegrityReport
Returns a duplicate of the value. Read more
1.0.0 · 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 ArtifactIntegrityReport
impl Debug for ArtifactIntegrityReport
Source§impl<'de> Deserialize<'de> for ArtifactIntegrityReport
impl<'de> Deserialize<'de> for ArtifactIntegrityReport
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
Source§impl PartialEq for ArtifactIntegrityReport
impl PartialEq for ArtifactIntegrityReport
Source§impl Serialize for ArtifactIntegrityReport
impl Serialize for ArtifactIntegrityReport
impl Eq for ArtifactIntegrityReport
impl StructuralPartialEq for ArtifactIntegrityReport
Auto Trait Implementations§
impl Freeze for ArtifactIntegrityReport
impl RefUnwindSafe for ArtifactIntegrityReport
impl Send for ArtifactIntegrityReport
impl Sync for ArtifactIntegrityReport
impl Unpin for ArtifactIntegrityReport
impl UnsafeUnpin for ArtifactIntegrityReport
impl UnwindSafe for ArtifactIntegrityReport
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