pub struct GeneratorConfigOptions {
pub not_null: bool,
pub draw_enums: bool,
pub draw_legend: bool,
pub inline_puml_lib: bool,
pub conceptual_diagram: bool,
pub direction: Option<Direction>,
}Fields§
§not_null: bool§draw_enums: bool§draw_legend: bool§inline_puml_lib: bool§conceptual_diagram: bool§direction: Option<Direction>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