pub struct LineBlockLine(/* private fields */);Trait Implementations§
Source§impl AstNode for LineBlockLine
impl AstNode for LineBlockLine
type Language = PanacheLanguage
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for LineBlockLine
impl Clone for LineBlockLine
Source§fn clone(&self) -> LineBlockLine
fn clone(&self) -> LineBlockLine
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 LineBlockLine
impl Debug for LineBlockLine
Source§impl Hash for LineBlockLine
impl Hash for LineBlockLine
Source§impl PartialEq for LineBlockLine
impl PartialEq for LineBlockLine
impl Eq for LineBlockLine
impl StructuralPartialEq for LineBlockLine
Auto Trait Implementations§
impl Freeze for LineBlockLine
impl !RefUnwindSafe for LineBlockLine
impl !Send for LineBlockLine
impl !Sync for LineBlockLine
impl Unpin for LineBlockLine
impl UnsafeUnpin for LineBlockLine
impl !UnwindSafe for LineBlockLine
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