Struct tea_tapp_common::tapp::TappMetaData
source · pub struct TappMetaData {
pub name: String,
pub owner: String,
pub ticker: String,
pub detail: String,
pub link: String,
pub tapp_type: String,
pub cid: String,
}Fields§
§name: String§owner: String§ticker: String§detail: String§link: String§tapp_type: String§cid: StringTrait Implementations§
source§impl Clone for TappMetaData
impl Clone for TappMetaData
source§fn clone(&self) -> TappMetaData
fn clone(&self) -> TappMetaData
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 TappMetaData
impl Debug for TappMetaData
source§impl<'de> Deserialize<'de> for TappMetaData
impl<'de> Deserialize<'de> for TappMetaData
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