pub struct UmlDiagramOptions { /* private fields */ }
Implementations§
Source§impl UmlDiagramOptions
impl UmlDiagramOptions
pub fn with_content_filter(self, content_filter: DiagramContentFilter) -> Self
pub fn with_output_format(self, output_format: OutputFormat) -> Self
pub fn emit_annotations(self, emit_annotations: bool) -> Self
Trait Implementations§
Source§impl Clone for UmlDiagramOptions
impl Clone for UmlDiagramOptions
Source§fn clone(&self) -> UmlDiagramOptions
fn clone(&self) -> UmlDiagramOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UmlDiagramOptions
impl Debug for UmlDiagramOptions
Source§impl Default for UmlDiagramOptions
impl Default for UmlDiagramOptions
Source§fn default() -> UmlDiagramOptions
fn default() -> UmlDiagramOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UmlDiagramOptions
impl RefUnwindSafe for UmlDiagramOptions
impl Send for UmlDiagramOptions
impl Sync for UmlDiagramOptions
impl Unpin for UmlDiagramOptions
impl UnwindSafe for UmlDiagramOptions
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