pub struct CompileResult {
pub generated: String,
pub warnings: Vec<CompilerError>,
}
Fields§
§generated: String
§warnings: Vec<CompilerError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompileResult
impl !RefUnwindSafe for CompileResult
impl !Send for CompileResult
impl !Sync for CompileResult
impl Unpin for CompileResult
impl !UnwindSafe for CompileResult
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