Struct devtools_traits::NodeInfo
source · pub struct NodeInfo {Show 14 fields
pub uniqueId: String,
pub baseURI: String,
pub parent: String,
pub nodeType: u16,
pub namespaceURI: String,
pub nodeName: String,
pub numChildren: usize,
pub name: String,
pub publicId: String,
pub systemId: String,
pub attrs: Vec<AttrInfo>,
pub isDocumentElement: bool,
pub shortValue: String,
pub incompleteValue: bool,
}
Fields§
§uniqueId: String
§baseURI: String
§parent: String
§nodeType: u16
§namespaceURI: String
§nodeName: String
§numChildren: usize
§name: String
§publicId: String
§systemId: String
§attrs: Vec<AttrInfo>
§isDocumentElement: bool
§shortValue: String
§incompleteValue: bool
Trait Implementations§
source§impl<'de> Deserialize<'de> for NodeInfo
impl<'de> Deserialize<'de> for NodeInfo
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