Struct sqlant::GeneratorConfigOptions
source · [−]pub struct GeneratorConfigOptions {
pub not_null: bool,
}Fields
not_null: 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more