Struct sway_ast::keywords::ContinueToken
source · [−]pub struct ContinueToken { /* private fields */ }
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 Keyword for ContinueToken
impl Keyword for 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