Struct sg721::UpdateCollectionInfoMsg
source · pub struct UpdateCollectionInfoMsg<T> {
pub description: Option<String>,
pub image: Option<String>,
pub external_link: Option<Option<String>>,
pub explicit_content: Option<bool>,
pub royalty_info: Option<Option<T>>,
}Fields§
§description: Option<String>§image: Option<String>§external_link: Option<Option<String>>§explicit_content: Option<bool>§royalty_info: Option<Option<T>>Trait Implementations§
source§impl<T: Clone> Clone for UpdateCollectionInfoMsg<T>
impl<T: Clone> Clone for UpdateCollectionInfoMsg<T>
source§fn clone(&self) -> UpdateCollectionInfoMsg<T>
fn clone(&self) -> UpdateCollectionInfoMsg<T>
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<T: Debug> Debug for UpdateCollectionInfoMsg<T>
impl<T: Debug> Debug for UpdateCollectionInfoMsg<T>
source§impl<'de, T> Deserialize<'de> for UpdateCollectionInfoMsg<T>where
T: Deserialize<'de>,
impl<'de, T> Deserialize<'de> for UpdateCollectionInfoMsg<T>where T: Deserialize<'de>,
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<T: JsonSchema> JsonSchema for UpdateCollectionInfoMsg<T>
impl<T: JsonSchema> JsonSchema for UpdateCollectionInfoMsg<T>
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresource§impl<T: PartialEq> PartialEq<UpdateCollectionInfoMsg<T>> for UpdateCollectionInfoMsg<T>
impl<T: PartialEq> PartialEq<UpdateCollectionInfoMsg<T>> for UpdateCollectionInfoMsg<T>
source§fn eq(&self, other: &UpdateCollectionInfoMsg<T>) -> bool
fn eq(&self, other: &UpdateCollectionInfoMsg<T>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.