pub struct GeneratorConfigOptions {
pub not_null: bool,
pub draw_enums: bool,
pub draw_legend: bool,
}Fields§
§not_null: bool§draw_enums: bool§draw_legend: boolAuto 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