pub struct Substvar(/* private fields */);
Expand description
A node in the syntax tree representing a $ast
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Substvar
impl !RefUnwindSafe for Substvar
impl !Send for Substvar
impl !Sync for Substvar
impl Unpin for Substvar
impl !UnwindSafe for Substvar
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