Struct debris_parser::node::NodeDisplay
source · pub struct NodeDisplay<'a> {
pub(crate) ast: &'a SyntaxTree,
pub(crate) source: &'a str,
pub(crate) node_id: NodeId,
pub(crate) indent: usize,
}
Fields§
§ast: &'a SyntaxTree
§source: &'a str
§node_id: NodeId
§indent: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for NodeDisplay<'a>
impl<'a> Send for NodeDisplay<'a>
impl<'a> Sync for NodeDisplay<'a>
impl<'a> Unpin for NodeDisplay<'a>
impl<'a> UnwindSafe for NodeDisplay<'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