Struct sway_parse::keywords::ContinueToken
source · [−]pub struct ContinueToken { /* private fields */ }Implementations
sourceimpl ContinueToken
impl ContinueToken
Trait Implementations
sourceimpl Clone for ContinueToken
impl Clone for ContinueToken
sourcefn clone(&self) -> ContinueToken
fn clone(&self) -> ContinueToken
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 ContinueToken
impl Debug for ContinueToken
sourceimpl From<ContinueToken> for Ident
impl From<ContinueToken> for Ident
sourcefn from(o: ContinueToken) -> Ident
fn from(o: ContinueToken) -> Ident
Converts to this type from the input type.
sourceimpl Parse for ContinueToken
impl Parse for ContinueToken
fn parse(parser: &mut Parser<'_, '_>) -> ParseResult<ContinueToken>
sourceimpl Peek for ContinueToken
impl Peek for ContinueToken
fn peek(peeker: Peeker<'_>) -> Option<ContinueToken>
Auto Trait Implementations
impl RefUnwindSafe for ContinueToken
impl Send for ContinueToken
impl Sync for ContinueToken
impl Unpin for ContinueToken
impl UnwindSafe for ContinueToken
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