pub struct ForVar {
pub identifier: Node,
pub is_mut: Option<Node>,
}
Fields§
§identifier: Node
§is_mut: Option<Node>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForVar
impl RefUnwindSafe for ForVar
impl Send for ForVar
impl Sync for ForVar
impl Unpin for ForVar
impl UnwindSafe for ForVar
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