Struct rasn_compiler::CompileResult
source · pub struct CompileResult {
pub generated: String,
pub warnings: Vec<Box<dyn Error>>,
}
Fields§
§generated: String
§warnings: Vec<Box<dyn Error>>
Auto Trait Implementations§
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