pub struct DeleteCanisterSnapshotArgs {
pub canister_id: CanisterId,
pub snapshot_id: SnapshotId,
}
Expand description
Argument type of delete_canister_snapshot.
Fields§
§canister_id: CanisterId
Principal of the canister.
snapshot_id: SnapshotId
ID of the snapshot to be deleted.
Trait Implementations§
Source§impl Clone for DeleteCanisterSnapshotArgs
impl Clone for DeleteCanisterSnapshotArgs
Source§fn clone(&self) -> DeleteCanisterSnapshotArgs
fn clone(&self) -> DeleteCanisterSnapshotArgs
Returns a copy 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 DeleteCanisterSnapshotArgs
impl Debug for DeleteCanisterSnapshotArgs
Source§impl<'de> Deserialize<'de> for DeleteCanisterSnapshotArgs
impl<'de> Deserialize<'de> for DeleteCanisterSnapshotArgs
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 Hash for DeleteCanisterSnapshotArgs
impl Hash for DeleteCanisterSnapshotArgs
Source§impl Ord for DeleteCanisterSnapshotArgs
impl Ord for DeleteCanisterSnapshotArgs
Source§fn cmp(&self, other: &DeleteCanisterSnapshotArgs) -> Ordering
fn cmp(&self, other: &DeleteCanisterSnapshotArgs) -> Ordering
1.21.0 · 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
Source§impl PartialOrd for DeleteCanisterSnapshotArgs
impl PartialOrd for DeleteCanisterSnapshotArgs
impl Eq for DeleteCanisterSnapshotArgs
impl StructuralPartialEq for DeleteCanisterSnapshotArgs
Auto Trait Implementations§
impl Freeze for DeleteCanisterSnapshotArgs
impl RefUnwindSafe for DeleteCanisterSnapshotArgs
impl Send for DeleteCanisterSnapshotArgs
impl Sync for DeleteCanisterSnapshotArgs
impl Unpin for DeleteCanisterSnapshotArgs
impl UnwindSafe for DeleteCanisterSnapshotArgs
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)