pub struct Let<'a> {
pub ws: Ws,
pub var: Target<'a>,
pub val: Option<Expr<'a>>,
}
Fields§
§ws: Ws
§var: Target<'a>
§val: Option<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