Struct sway_ast::keywords::ContinueToken
source · pub struct ContinueToken { /* private fields */ }Trait Implementations§
source§impl Clone for ContinueToken
impl Clone for ContinueToken
source§fn clone(&self) -> ContinueToken
fn clone(&self) -> ContinueToken
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ContinueToken
impl Debug for ContinueToken
source§impl From<ContinueToken> for Ident
impl From<ContinueToken> for Ident
source§fn from(o: ContinueToken) -> Ident
fn from(o: ContinueToken) -> Ident
Converts to this type from the input type.
source§impl Keyword for ContinueToken
impl Keyword for ContinueToken
source§impl Serialize for ContinueToken
impl Serialize 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more