Struct cairo_lang_syntax::node::ast::TokenContinue   
source · pub struct TokenContinue { /* private fields */ }Trait Implementations§
source§impl Clone for TokenContinue
 
impl Clone for TokenContinue
source§fn clone(&self) -> TokenContinue
 
fn clone(&self) -> TokenContinue
Returns a copy 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 TokenContinue
 
impl Debug for TokenContinue
source§impl Hash for TokenContinue
 
impl Hash for TokenContinue
source§impl PartialEq<TokenContinue> for TokenContinue
 
impl PartialEq<TokenContinue> for TokenContinue
source§fn eq(&self, other: &TokenContinue) -> bool
 
fn eq(&self, other: &TokenContinue) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Token for TokenContinue
 
impl Token for TokenContinue
source§impl TypedSyntaxNode for TokenContinue
 
impl TypedSyntaxNode for TokenContinue
source§const OPTIONAL_KIND: Option<SyntaxKind> = _
 
const OPTIONAL_KIND: Option<SyntaxKind> = _
The relevant SyntaxKind. None for enums.
type StablePtr = TokenContinuePtr
type Green = TokenContinueGreen
fn missing(db: &dyn SyntaxGroup) -> Self::Green
fn from_syntax_node(db: &dyn SyntaxGroup, node: SyntaxNode) -> Self
fn from_ptr( db: &dyn SyntaxGroup, root: &SyntaxFile, ptr: Self::StablePtr ) -> Self
fn as_syntax_node(&self) -> SyntaxNode
fn stable_ptr(&self) -> Self::StablePtr
impl Eq for TokenContinue
impl StructuralEq for TokenContinue
impl StructuralPartialEq for TokenContinue
Auto Trait Implementations§
impl RefUnwindSafe for TokenContinue
impl Send for TokenContinue
impl Sync for TokenContinue
impl Unpin for TokenContinue
impl UnwindSafe for TokenContinue
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
source§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.