pub struct ContextNewFile { /* private fields */ }Expand description
AST node for ContextNewFile
Implementations§
Source§impl ContextNewFile
impl ContextNewFile
Sourcepub fn path(&self) -> Option<SyntaxToken<Lang>>
pub fn path(&self) -> Option<SyntaxToken<Lang>>
Get the file path token
Trait Implementations§
Source§impl AstNode for ContextNewFile
impl AstNode for ContextNewFile
Source§impl Clone for ContextNewFile
impl Clone for ContextNewFile
Source§fn clone(&self) -> ContextNewFile
fn clone(&self) -> ContextNewFile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContextNewFile
impl Debug for ContextNewFile
Source§impl Hash for ContextNewFile
impl Hash for ContextNewFile
Source§impl PartialEq for ContextNewFile
impl PartialEq for ContextNewFile
impl Eq for ContextNewFile
impl StructuralPartialEq for ContextNewFile
Auto Trait Implementations§
impl Freeze for ContextNewFile
impl !RefUnwindSafe for ContextNewFile
impl !Send for ContextNewFile
impl !Sync for ContextNewFile
impl Unpin for ContextNewFile
impl !UnwindSafe for ContextNewFile
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