pub struct Loop {
pub block: Block,
pub label: Option<Arc<String>>,
pub source_range: Range,
}Expand description
Loop expression.
Fields§
§block: BlockBlock expression.
label: Option<Arc<String>>Loop label.
source_range: RangeThe range in source.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Loop
impl !UnwindSafe for Loop
impl Freeze for Loop
impl Send for Loop
impl Sync for Loop
impl Unpin for Loop
impl UnsafeUnpin for Loop
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