Struct sway_types::Property
source · [−]pub struct Property {
pub name: String,
pub type_field: String,
pub components: Option<Vec<Property>>,
}
Fields
name: String
type_field: String
components: Option<Vec<Property>>
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 Property
impl UnwindSafe for Property
Blanket Implementations
Mutably borrows from an owned value. Read more