pub struct DollarVar<'s> {
pub ident: Ident<'s>,
}Fields§
§ident: Ident<'s>Trait Implementations§
Source§impl<'s> PartialEq for DollarVar<'s>
impl<'s> PartialEq for DollarVar<'s>
impl<'s> StructuralPartialEq for DollarVar<'s>
Auto Trait Implementations§
impl<'s> Freeze for DollarVar<'s>
impl<'s> RefUnwindSafe for DollarVar<'s>
impl<'s> Send for DollarVar<'s>
impl<'s> Sync for DollarVar<'s>
impl<'s> Unpin for DollarVar<'s>
impl<'s> UnsafeUnpin for DollarVar<'s>
impl<'s> UnwindSafe for DollarVar<'s>
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