Struct sway_parse::ItemContinue
source · [−]pub struct ItemContinue {
pub break_token: ContinueToken,
pub semicolon_token: SemicolonToken,
}
Fields
break_token: ContinueToken
semicolon_token: SemicolonToken
Trait Implementations
sourceimpl Clone for ItemContinue
impl Clone for ItemContinue
sourcefn clone(&self) -> ItemContinue
fn clone(&self) -> ItemContinue
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 ItemContinue
impl Debug for ItemContinue
sourceimpl Parse for ItemContinue
impl Parse for ItemContinue
fn parse(parser: &mut Parser<'_, '_>) -> ParseResult<ItemContinue>
Auto Trait Implementations
impl RefUnwindSafe for ItemContinue
impl Send for ItemContinue
impl Sync for ItemContinue
impl Unpin for ItemContinue
impl UnwindSafe for ItemContinue
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