Struct bitmask_core::data::structs::FundVaultDetails
source · pub struct FundVaultDetails {
pub assets_output: Option<String>,
pub assets_change_output: Option<String>,
pub udas_output: Option<String>,
pub udas_change_output: Option<String>,
}Fields§
§assets_output: Option<String>§assets_change_output: Option<String>§udas_output: Option<String>§udas_change_output: Option<String>Trait Implementations§
source§impl Clone for FundVaultDetails
impl Clone for FundVaultDetails
source§fn clone(&self) -> FundVaultDetails
fn clone(&self) -> FundVaultDetails
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 FundVaultDetails
impl Debug for FundVaultDetails
source§impl<'de> Deserialize<'de> for FundVaultDetails
impl<'de> Deserialize<'de> for FundVaultDetails
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