pub struct ContinueStmt {}Expand description
CONTINUE.
Trait Implementations§
Source§impl Clone for ContinueStmt
impl Clone for ContinueStmt
Source§fn clone(&self) -> ContinueStmt
fn clone(&self) -> ContinueStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContinueStmt
impl Debug for ContinueStmt
Source§impl Default for ContinueStmt
impl Default for ContinueStmt
Source§fn default() -> ContinueStmt
fn default() -> ContinueStmt
Returns the “default value” for a type. Read more
Source§impl PartialEq for ContinueStmt
impl PartialEq for ContinueStmt
impl StructuralPartialEq for ContinueStmt
Auto Trait Implementations§
impl Freeze for ContinueStmt
impl RefUnwindSafe for ContinueStmt
impl Send for ContinueStmt
impl Sync for ContinueStmt
impl Unpin for ContinueStmt
impl UnsafeUnpin for ContinueStmt
impl UnwindSafe for ContinueStmt
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