pub struct ForNum {
pub var: String,
pub init: Expr,
pub limit: Expr,
pub step: Option<Expr>,
pub body: Block,
}
Fields§
§var: String
§init: Expr
§limit: Expr
§step: Option<Expr>
§body: Block
Trait Implementations§
impl StructuralPartialEq for ForNum
Auto Trait Implementations§
impl Freeze for ForNum
impl RefUnwindSafe for ForNum
impl Send for ForNum
impl Sync for ForNum
impl Unpin for ForNum
impl UnwindSafe for ForNum
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