pub struct EulumdatEditor {
pub active_tab: DiagramTab,
pub theme: Theme,
pub show_validation: bool,
}Expand description
Main editor component that combines all widgets
Fields§
§active_tab: DiagramTabCurrent active tab
theme: ThemeTheme settings
show_validation: boolShow validation panel
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EulumdatEditor
impl RefUnwindSafe for EulumdatEditor
impl Send for EulumdatEditor
impl Sync for EulumdatEditor
impl Unpin for EulumdatEditor
impl UnsafeUnpin for EulumdatEditor
impl UnwindSafe for EulumdatEditor
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