Struct bitmask_core::data::structs::Allocation
source · pub struct Allocation {
pub index: u32,
pub node_id: String,
pub outpoint: String,
pub amount: Amount,
pub seal_vout: u32,
pub seal_txid: String,
}Fields§
§index: u32§node_id: String§outpoint: String§amount: Amount§seal_vout: u32§seal_txid: StringTrait Implementations§
source§impl Clone for Allocation
impl Clone for Allocation
source§fn clone(&self) -> Allocation
fn clone(&self) -> Allocation
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 Allocation
impl Debug for Allocation
source§impl<'de> Deserialize<'de> for Allocation
impl<'de> Deserialize<'de> for Allocation
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