pub struct RestoreRunExecutedOperation {
pub sequence: usize,
pub operation: RestoreApplyOperationKind,
pub target_canister: String,
pub command: RestoreApplyRunnerCommand,
pub status: String,
pub state: &'static str,
}Expand description
RestoreRunExecutedOperation
Fields§
§sequence: usize§operation: RestoreApplyOperationKind§target_canister: String§command: RestoreApplyRunnerCommand§status: String§state: &'static strTrait Implementations§
Source§impl Clone for RestoreRunExecutedOperation
impl Clone for RestoreRunExecutedOperation
Source§fn clone(&self) -> RestoreRunExecutedOperation
fn clone(&self) -> RestoreRunExecutedOperation
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 RestoreRunExecutedOperation
impl Debug for RestoreRunExecutedOperation
Auto Trait Implementations§
impl Freeze for RestoreRunExecutedOperation
impl RefUnwindSafe for RestoreRunExecutedOperation
impl Send for RestoreRunExecutedOperation
impl Sync for RestoreRunExecutedOperation
impl Unpin for RestoreRunExecutedOperation
impl UnsafeUnpin for RestoreRunExecutedOperation
impl UnwindSafe for RestoreRunExecutedOperation
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