Struct sqlant::GeneratorConfigOptions
source · pub struct GeneratorConfigOptions {
pub not_null: bool,
pub draw_enums: bool,
}Fields§
§not_null: bool§draw_enums: boolAuto Trait Implementations§
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