Struct sway_ast::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 From<ReturnToken> for Ident
impl From<ReturnToken> for Ident
sourcefn from(o: ReturnToken) -> Ident
fn from(o: ReturnToken) -> Ident
Converts to this type from the input type.
sourceimpl Keyword for ReturnToken
impl Keyword for 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