pub struct IncludeNode<'a> {
pub use_parenthesis: bool,
pub is_require: bool,
pub is_once: bool,
pub argument: Box<'a, Node<'a>>,
}Fields§
§use_parenthesis: bool§is_require: bool§is_once: bool§argument: Box<'a, Node<'a>>Implementations§
Trait Implementations§
Source§impl<'arena> CloneIn<'arena> for IncludeNode<'_>
impl<'arena> CloneIn<'arena> for IncludeNode<'_>
Source§impl<'a> Debug for IncludeNode<'a>
impl<'a> Debug for IncludeNode<'a>
Source§impl<'a> PartialEq for IncludeNode<'a>
impl<'a> PartialEq for IncludeNode<'a>
Source§impl<'a> Serialize for IncludeNode<'a>
impl<'a> Serialize for IncludeNode<'a>
impl<'a> StructuralPartialEq for IncludeNode<'a>
Auto Trait Implementations§
impl<'a> Freeze for IncludeNode<'a>
impl<'a> !RefUnwindSafe for IncludeNode<'a>
impl<'a> !Send for IncludeNode<'a>
impl<'a> !Sync for IncludeNode<'a>
impl<'a> Unpin for IncludeNode<'a>
impl<'a> !UnwindSafe for IncludeNode<'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