pub struct SnapshotArtifact {
pub canister_id: String,
pub snapshot_id: String,
pub path: PathBuf,
pub checksum: String,
}Expand description
SnapshotArtifact
Fields§
§canister_id: String§snapshot_id: String§path: PathBuf§checksum: StringTrait Implementations§
Source§impl Clone for SnapshotArtifact
impl Clone for SnapshotArtifact
Source§fn clone(&self) -> SnapshotArtifact
fn clone(&self) -> SnapshotArtifact
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 SnapshotArtifact
impl Debug for SnapshotArtifact
Source§impl PartialEq for SnapshotArtifact
impl PartialEq for SnapshotArtifact
impl Eq for SnapshotArtifact
impl StructuralPartialEq for SnapshotArtifact
Auto Trait Implementations§
impl Freeze for SnapshotArtifact
impl RefUnwindSafe for SnapshotArtifact
impl Send for SnapshotArtifact
impl Sync for SnapshotArtifact
impl Unpin for SnapshotArtifact
impl UnsafeUnpin for SnapshotArtifact
impl UnwindSafe for SnapshotArtifact
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