pub struct DeployOutcome {
pub status: &'static str,
pub block_height: Option<u64>,
}Expand description
Result metadata for deploy (used by --json and scripting).
Fields§
§status: &'static strdry-run, broadcast, or confirmed
block_height: Option<u64>Trait Implementations§
Source§impl Clone for DeployOutcome
impl Clone for DeployOutcome
Source§fn clone(&self) -> DeployOutcome
fn clone(&self) -> DeployOutcome
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 DeployOutcome
impl Debug for DeployOutcome
impl Eq for DeployOutcome
Source§impl PartialEq for DeployOutcome
impl PartialEq for DeployOutcome
impl StructuralPartialEq for DeployOutcome
Auto Trait Implementations§
impl Freeze for DeployOutcome
impl RefUnwindSafe for DeployOutcome
impl Send for DeployOutcome
impl Sync for DeployOutcome
impl Unpin for DeployOutcome
impl UnsafeUnpin for DeployOutcome
impl UnwindSafe for DeployOutcome
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.