pub struct CompilerResults {
pub options: CompilerOptions,
pub code: String,
}Fields§
§options: CompilerOptions§code: StringAuto Trait Implementations§
impl Freeze for CompilerResults
impl RefUnwindSafe for CompilerResults
impl Send for CompilerResults
impl Sync for CompilerResults
impl Unpin for CompilerResults
impl UnwindSafe for CompilerResults
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