pub struct FunctionTagNode {
pub name: String,
pub attributes: Vec<Attribute>,
pub line: u32,
pub column: usize,
pub offset: usize,
}
Fields§
§name: String
§attributes: Vec<Attribute>
§line: u32
§column: usize
§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 for FunctionTagNode
impl PartialEq for FunctionTagNode
Source§impl Serialize for FunctionTagNode
impl Serialize for FunctionTagNode
impl Eq for FunctionTagNode
impl StructuralPartialEq for FunctionTagNode
Auto Trait Implementations§
impl Freeze for FunctionTagNode
impl RefUnwindSafe for FunctionTagNode
impl Send for FunctionTagNode
impl Sync for FunctionTagNode
impl Unpin for FunctionTagNode
impl UnwindSafe for FunctionTagNode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more