Struct sway_parse::keywords::ShlEqToken
source · [−]pub struct ShlEqToken { /* private fields */ }
Implementations
sourceimpl ShlEqToken
impl ShlEqToken
Trait Implementations
sourceimpl Clone for ShlEqToken
impl Clone for ShlEqToken
sourcefn clone(&self) -> ShlEqToken
fn clone(&self) -> ShlEqToken
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ShlEqToken
impl Debug for ShlEqToken
sourceimpl From<ShlEqToken> for Ident
impl From<ShlEqToken> for Ident
sourcefn from(o: ShlEqToken) -> Ident
fn from(o: ShlEqToken) -> Ident
Converts to this type from the input type.
sourceimpl Parse for ShlEqToken
impl Parse for ShlEqToken
fn parse(parser: &mut Parser<'_, '_>) -> ParseResult<ShlEqToken>
sourceimpl Peek for ShlEqToken
impl Peek for ShlEqToken
fn peek(peeker: Peeker<'_>) -> Option<ShlEqToken>
Auto Trait Implementations
impl RefUnwindSafe for ShlEqToken
impl Send for ShlEqToken
impl Sync for ShlEqToken
impl Unpin for ShlEqToken
impl UnwindSafe for ShlEqToken
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more