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