pub struct ErdDiagramOptions { /* private fields */ }
Implementations§
Source§impl ErdDiagramOptions
impl ErdDiagramOptions
pub fn with_content_filter(self, content_filter: DiagramContentFilter) -> Self
pub fn with_output_format(self, output_format: OutputFormat) -> Self
Trait Implementations§
Source§impl Debug for ErdDiagramOptions
impl Debug for ErdDiagramOptions
Source§impl Default for ErdDiagramOptions
impl Default for ErdDiagramOptions
Source§fn default() -> ErdDiagramOptions
fn default() -> ErdDiagramOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ErdDiagramOptions
impl RefUnwindSafe for ErdDiagramOptions
impl Send for ErdDiagramOptions
impl Sync for ErdDiagramOptions
impl Unpin for ErdDiagramOptions
impl UnwindSafe for ErdDiagramOptions
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