Struct rain_metadata::DeployerResponse
source · pub struct DeployerResponse {
pub tx_hash: Vec<u8>,
pub bytecode_meta_hash: Vec<u8>,
pub meta_hash: Vec<u8>,
pub meta_bytes: Vec<u8>,
pub bytecode: Vec<u8>,
pub parser: Vec<u8>,
pub store: Vec<u8>,
pub interpreter: Vec<u8>,
}Expand description
response data struct for an ExpressionDeployer
Fields§
§tx_hash: Vec<u8>§bytecode_meta_hash: Vec<u8>§meta_hash: Vec<u8>§meta_bytes: Vec<u8>§bytecode: Vec<u8>§parser: Vec<u8>§store: Vec<u8>§interpreter: Vec<u8>Implementations§
source§impl DeployerResponse
impl DeployerResponse
get authoring meta bytes of this deployer meta
Trait Implementations§
source§impl Clone for DeployerResponse
impl Clone for DeployerResponse
source§fn clone(&self) -> DeployerResponse
fn clone(&self) -> DeployerResponse
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 DeployerResponse
impl Debug for DeployerResponse
source§impl<'de> Deserialize<'de> for DeployerResponse
impl<'de> Deserialize<'de> for DeployerResponse
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 PartialEq for DeployerResponse
impl PartialEq for DeployerResponse
source§fn eq(&self, other: &DeployerResponse) -> bool
fn eq(&self, other: &DeployerResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DeployerResponse
impl Serialize for DeployerResponse
impl StructuralPartialEq for DeployerResponse
Auto Trait Implementations§
impl RefUnwindSafe for DeployerResponse
impl Send for DeployerResponse
impl Sync for DeployerResponse
impl Unpin for DeployerResponse
impl UnwindSafe for DeployerResponse
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