pub struct RestoreApplyRunnerCommand {
pub program: String,
pub args: Vec<String>,
pub mutates: bool,
pub requires_stopped_canister: bool,
pub note: String,
}Expand description
RestoreApplyRunnerCommand
Fields§
§program: String§args: Vec<String>§mutates: bool§requires_stopped_canister: bool§note: StringTrait Implementations§
Source§impl Clone for RestoreApplyRunnerCommand
impl Clone for RestoreApplyRunnerCommand
Source§fn clone(&self) -> RestoreApplyRunnerCommand
fn clone(&self) -> RestoreApplyRunnerCommand
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 RestoreApplyRunnerCommand
impl Debug for RestoreApplyRunnerCommand
Source§impl<'de> Deserialize<'de> for RestoreApplyRunnerCommand
impl<'de> Deserialize<'de> for RestoreApplyRunnerCommand
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
impl Eq for RestoreApplyRunnerCommand
impl StructuralPartialEq for RestoreApplyRunnerCommand
Auto Trait Implementations§
impl Freeze for RestoreApplyRunnerCommand
impl RefUnwindSafe for RestoreApplyRunnerCommand
impl Send for RestoreApplyRunnerCommand
impl Sync for RestoreApplyRunnerCommand
impl Unpin for RestoreApplyRunnerCommand
impl UnsafeUnpin for RestoreApplyRunnerCommand
impl UnwindSafe for RestoreApplyRunnerCommand
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