pub(crate) struct EnvFrame {
pub name: Option<&'static str>,
pub span: Option<Span>,
pub base: usize,
pub binds: StackBinds,
}Fields§
§name: Option<&'static str>§span: Option<Span>§base: usizeThe length of the array when this stack frame was constructed
binds: StackBindsThe bindings of name to stack position
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvFrame
impl RefUnwindSafe for EnvFrame
impl Send for EnvFrame
impl Sync for EnvFrame
impl Unpin for EnvFrame
impl UnwindSafe for EnvFrame
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