Struct html_bindgen::parse::ParsedInterface
source · pub struct ParsedInterface {
pub name: String,
pub inherits_from: Option<String>,
pub attributes: Vec<Attribute>,
}Expand description
The parsed WebIDL definitions converted from the raw spec.
Fields§
§name: String§inherits_from: Option<String>§attributes: Vec<Attribute>Trait Implementations§
source§impl Clone for ParsedInterface
impl Clone for ParsedInterface
source§fn clone(&self) -> ParsedInterface
fn clone(&self) -> ParsedInterface
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 ParsedInterface
impl Debug for ParsedInterface
source§impl<'de> Deserialize<'de> for ParsedInterface
impl<'de> Deserialize<'de> for ParsedInterface
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