pub struct RantyProgram { /* private fields */ }Expand description
A compiled Ranty program.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RantyProgram
impl RefUnwindSafe for RantyProgram
impl !Send for RantyProgram
impl !Sync for RantyProgram
impl Unpin for RantyProgram
impl UnsafeUnpin for RantyProgram
impl UnwindSafe for RantyProgram
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