Struct valkyrie_ast::LoopContinuation
source · pub struct LoopContinuation { /* private fields */ }Implementations§
source§impl LoopContinuation
impl LoopContinuation
sourcepub fn new(v: Vec<StatementKind>) -> Self
pub fn new(v: Vec<StatementKind>) -> Self
create a new loop
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LoopContinuation
impl Send for LoopContinuation
impl Sync for LoopContinuation
impl Unpin for LoopContinuation
impl UnwindSafe for LoopContinuation
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