Struct sway_ast::keywords::RightArrowToken
source · pub struct RightArrowToken { /* private fields */ }Trait Implementations§
source§impl Clone for RightArrowToken
impl Clone for RightArrowToken
source§fn clone(&self) -> RightArrowToken
fn clone(&self) -> RightArrowToken
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 RightArrowToken
impl Debug for RightArrowToken
source§impl From<RightArrowToken> for Ident
impl From<RightArrowToken> for Ident
source§fn from(o: RightArrowToken) -> Ident
fn from(o: RightArrowToken) -> Ident
Converts to this type from the input type.
source§impl Token for RightArrowToken
impl Token for RightArrowToken
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.