Struct bean_script::parser::PosNode
source · pub struct PosNode {
pub node: Node,
pub ln: usize,
}
Fields§
§node: Node
§ln: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PosNode
impl RefUnwindSafe for PosNode
impl Send for PosNode
impl Sync for PosNode
impl Unpin for PosNode
impl UnwindSafe for PosNode
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