pub struct Let<'a> {
pub variable: Ident<'a>,
pub rhs: Expr<'a>,
}
Fields§
§variable: Ident<'a>
§rhs: Expr<'a>
Trait Implementations§
impl<'a> StructuralPartialEq for Let<'a>
Auto Trait Implementations§
impl<'a> Freeze for Let<'a>
impl<'a> RefUnwindSafe for Let<'a>
impl<'a> Send for Let<'a>
impl<'a> Sync for Let<'a>
impl<'a> Unpin for Let<'a>
impl<'a> UnwindSafe for Let<'a>
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