pub struct SqlCodegenOutput {
pub assets: Vec<GeneratedAsset>,
}Expand description
Output of generate_from_sql_dir — the three artifacts always written
to the output directory.
Fields§
§assets: Vec<GeneratedAsset>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SqlCodegenOutput
impl RefUnwindSafe for SqlCodegenOutput
impl Send for SqlCodegenOutput
impl Sync for SqlCodegenOutput
impl Unpin for SqlCodegenOutput
impl UnsafeUnpin for SqlCodegenOutput
impl UnwindSafe for SqlCodegenOutput
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