[][src]Struct exonum_supervisor::DeployConfirmation

pub struct DeployConfirmation {
    pub artifact: ArtifactId,
}

Request for the artifact deployment.

Fields

artifact: ArtifactId

Artifact identifier.

Trait Implementations

impl From<DeployRequest> for DeployConfirmation[src]

impl Clone for DeployConfirmation[src]

impl PartialEq<DeployConfirmation> for DeployConfirmation[src]

impl Debug for DeployConfirmation[src]

impl Display for DeployConfirmation

impl FromStr for DeployConfirmation

type Err = Error

The associated error which can be returned from parsing.

impl StructuralPartialEq for DeployConfirmation[src]

impl ProtobufConvert for DeployConfirmation[src]

type ProtoStruct = DeployConfirmation

Type of the protobuf clone of Self

impl BinaryValue for DeployConfirmation[src]

impl ObjectHash for DeployConfirmation[src]

impl<'de> Deserialize<'de> for DeployConfirmation

impl Serialize for DeployConfirmation

impl FromHex for DeployConfirmation

type Error = Error

impl ToHex for DeployConfirmation

impl ValidateInput for DeployConfirmation[src]

type Error = ExecutionError

The type returned in the event of a validate error.

impl BinaryKey for DeployConfirmation

impl Transaction<dyn SupervisorInterface + 'static> for DeployConfirmation[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> ToHex for T where
    T: AsRef<[u8]>, 
[src]

impl<T> Erased for T

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,