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