pub struct DiagramOptions {
pub footer: FooterStyle,
}Expand description
Diagram options (parsed from option directives)
Fields§
Footer style
Trait Implementations§
Source§impl Clone for DiagramOptions
impl Clone for DiagramOptions
Source§fn clone(&self) -> DiagramOptions
fn clone(&self) -> DiagramOptions
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 DiagramOptions
impl Debug for DiagramOptions
Source§impl Default for DiagramOptions
impl Default for DiagramOptions
Source§fn default() -> DiagramOptions
fn default() -> DiagramOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for DiagramOptions
impl PartialEq for DiagramOptions
impl StructuralPartialEq for DiagramOptions
Auto Trait Implementations§
impl Freeze for DiagramOptions
impl RefUnwindSafe for DiagramOptions
impl Send for DiagramOptions
impl Sync for DiagramOptions
impl Unpin for DiagramOptions
impl UnwindSafe for DiagramOptions
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