pub struct Let {
pub pat: Box<Pat>,
pub expr: Box<Expr>,
}Fields§
§pat: Box<Pat>§expr: Box<Expr>Implementations§
Trait Implementations§
source§impl From<Let> for TokenStream
impl From<Let> for TokenStream
impl Eq for Let
impl StructuralEq for Let
impl StructuralPartialEq for Let
Auto Trait Implementations§
impl RefUnwindSafe for Let
impl Send for Let
impl Sync for Let
impl Unpin for Let
impl UnwindSafe for Let
Blanket Implementations§
source§impl<E> Accessible for Ewhere
E: Into<Expr>,
impl<E> Accessible for Ewhere E: Into<Expr>,
source§impl<E> Assignable for Ewhere
E: Into<Expr>,
impl<E> Assignable for Ewhere E: Into<Expr>,
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