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