Struct sway_ast::keywords::ColonToken
source · pub struct ColonToken { /* private fields */ }Trait Implementations§
source§impl Clone for ColonToken
impl Clone for ColonToken
source§fn clone(&self) -> ColonToken
fn clone(&self) -> ColonToken
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 ColonToken
impl Debug for ColonToken
source§impl From<ColonToken> for Ident
impl From<ColonToken> for Ident
source§fn from(o: ColonToken) -> Ident
fn from(o: ColonToken) -> Ident
Converts to this type from the input type.
source§impl Token for ColonToken
impl Token for ColonToken
source§const PUNCT_KINDS: &'static [PunctKind] = _
const PUNCT_KINDS: &'static [PunctKind] = _
The sequence of punctuations that make up the token.
source§const NOT_FOLLOWED_BY: &'static [PunctKind] = _
const NOT_FOLLOWED_BY: &'static [PunctKind] = _
Punctuations that will not follow the token.