Struct rustlr::runtime_parser::Stackelement
source · pub struct Stackelement<AT: Default> {
pub si: usize,
pub value: AT,
}
Fields§
§si: usize
§value: AT
Auto Trait Implementations§
impl<AT> RefUnwindSafe for Stackelement<AT>where AT: RefUnwindSafe,
impl<AT> Send for Stackelement<AT>where AT: Send,
impl<AT> Sync for Stackelement<AT>where AT: Sync,
impl<AT> Unpin for Stackelement<AT>where AT: Unpin,
impl<AT> UnwindSafe for Stackelement<AT>where AT: UnwindSafe,
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