pub struct Let {
pub span: Span,
}
Expand description
A ‘let’ token.
Fields§
§span: Span
Trait Implementations§
impl Copy for Let
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<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