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