pub struct LetDecl {
pub param: RefineParam,
pub init: Expr,
}
Fields§
§param: RefineParam
§init: Expr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LetDecl
impl RefUnwindSafe for LetDecl
impl Send for LetDecl
impl Sync for LetDecl
impl Unpin for LetDecl
impl UnwindSafe for LetDecl
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