Struct sway_ast::keywords::BreakToken
source · pub struct BreakToken { /* private fields */ }Trait Implementations§
source§impl Clone for BreakToken
impl Clone for BreakToken
source§fn clone(&self) -> BreakToken
fn clone(&self) -> BreakToken
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 BreakToken
impl Debug for BreakToken
source§impl From<BreakToken> for Ident
impl From<BreakToken> for Ident
source§fn from(o: BreakToken) -> Ident
fn from(o: BreakToken) -> Ident
Converts to this type from the input type.
source§impl Keyword for BreakToken
impl Keyword for BreakToken
source§impl Serialize for BreakToken
impl Serialize for BreakToken
Auto Trait Implementations§
impl RefUnwindSafe for BreakToken
impl Send for BreakToken
impl Sync for BreakToken
impl Unpin for BreakToken
impl UnwindSafe for BreakToken
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