pub struct PlantUmlParserOptions {
pub enabled: bool,
}Expand description
Options for the PlantUML diagram parser.
Fields§
§enabled: boolTrait Implementations§
Source§impl Clone for PlantUmlParserOptions
impl Clone for PlantUmlParserOptions
Source§fn clone(&self) -> PlantUmlParserOptions
fn clone(&self) -> PlantUmlParserOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlantUmlParserOptions
impl Debug for PlantUmlParserOptions
Auto Trait Implementations§
impl Freeze for PlantUmlParserOptions
impl RefUnwindSafe for PlantUmlParserOptions
impl Send for PlantUmlParserOptions
impl Sync for PlantUmlParserOptions
impl Unpin for PlantUmlParserOptions
impl UnsafeUnpin for PlantUmlParserOptions
impl UnwindSafe for PlantUmlParserOptions
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