Struct sqlant::GeneratorConfigOptions
source · pub struct GeneratorConfigOptions {
pub not_null: bool,
pub draw_enums: bool,
}
Fields§
§not_null: bool
§draw_enums: bool
Auto Trait Implementations§
impl Freeze for GeneratorConfigOptions
impl RefUnwindSafe for GeneratorConfigOptions
impl Send for GeneratorConfigOptions
impl Sync for GeneratorConfigOptions
impl Unpin for GeneratorConfigOptions
impl UnwindSafe for GeneratorConfigOptions
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