Enum cw20::LogoInfo [−][src]
pub enum LogoInfo {
Url(String),
Embedded,
}Expand description
This is used to display logo info, provide a link or inform there is one that can be downloaded from the blockchain itself
Variants
Url(String)
Tuple Fields
0: StringA reference to an externally hosted logo. Must be a valid HTTP or HTTPS URL.
Embedded
There is an embedded logo on the chain, make another call to download it.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for LogoInfo
impl UnwindSafe for LogoInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
