pub struct Macro<'a> {
pub ws1: Ws,
pub name: &'a str,
pub args: Vec<&'a str>,
pub nodes: Vec<Node<'a>>,
pub ws2: Ws,
}
Fields§
§ws1: Ws
§name: &'a str
§args: Vec<&'a str>
§nodes: Vec<Node<'a>>
§ws2: Ws
Trait Implementations§
impl<'a> StructuralPartialEq for Macro<'a>
Auto Trait Implementations§
impl<'a> Freeze for Macro<'a>
impl<'a> RefUnwindSafe for Macro<'a>
impl<'a> Send for Macro<'a>
impl<'a> Sync for Macro<'a>
impl<'a> Unpin for Macro<'a>
impl<'a> UnwindSafe for Macro<'a>
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