struct LoopContext {
continuing_id: Option<Word>,
break_id: Option<Word>,
}
Fields§
§continuing_id: Option<Word>
§break_id: Option<Word>
Trait Implementations§
source§impl Clone for LoopContext
impl Clone for LoopContext
source§fn clone(&self) -> LoopContext
fn clone(&self) -> LoopContext
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 Default for LoopContext
impl Default for LoopContext
source§fn default() -> LoopContext
fn default() -> LoopContext
Returns the “default value” for a type. Read more
impl Copy for LoopContext
Auto Trait Implementations§
impl Freeze for LoopContext
impl RefUnwindSafe for LoopContext
impl Send for LoopContext
impl Sync for LoopContext
impl Unpin for LoopContext
impl UnwindSafe for LoopContext
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