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