pub struct Proc {
pub symbol: u32,
pub code: ExprId,
}
Fields§
§symbol: u32
§code: ExprId
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Proc
impl RefUnwindSafe for Proc
impl Send for Proc
impl Sync for Proc
impl Unpin for Proc
impl UnwindSafe for Proc
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