Struct mtml_parser::ast::FunctionTagNode
source · pub struct FunctionTagNode {
pub name: String,
pub attributes: Vec<Attribute>,
pub line: u32,
pub offset: usize,
}
Fields§
§name: String
§attributes: Vec<Attribute>
§line: u32
§offset: usize
Trait Implementations§
source§impl Debug for FunctionTagNode
impl Debug for FunctionTagNode
source§impl<'de> Deserialize<'de> for FunctionTagNode
impl<'de> Deserialize<'de> for FunctionTagNode
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 PartialEq<FunctionTagNode> for FunctionTagNode
impl PartialEq<FunctionTagNode> for FunctionTagNode
source§fn eq(&self, other: &FunctionTagNode) -> bool
fn eq(&self, other: &FunctionTagNode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.