pub struct BeamEmitCtx { /* private fields */ }Expand description
Context for emitting BEAM / Core Erlang code.
Implementations§
Source§impl BeamEmitCtx
impl BeamEmitCtx
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeamEmitCtx
impl RefUnwindSafe for BeamEmitCtx
impl Send for BeamEmitCtx
impl Sync for BeamEmitCtx
impl Unpin for BeamEmitCtx
impl UnsafeUnpin for BeamEmitCtx
impl UnwindSafe for BeamEmitCtx
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