pub struct Let<'tree> {
pub span: Span,
pub binds: Option<LocalBinds<'tree>>,
}Fields§
§span: Span§binds: Option<LocalBinds<'tree>>Trait Implementations§
impl<'tree> Eq for Let<'tree>
impl<'tree> StructuralPartialEq for Let<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Let<'tree>
impl<'tree> RefUnwindSafe for Let<'tree>
impl<'tree> Send for Let<'tree>
impl<'tree> Sync for Let<'tree>
impl<'tree> Unpin for Let<'tree>
impl<'tree> UnsafeUnpin for Let<'tree>
impl<'tree> UnwindSafe for Let<'tree>
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