pub enum Format {
Show 18 variants
Png,
Svg,
Pdf,
Ps,
Eps,
Gif,
Jpeg,
Json,
Dot,
Xdot,
Plain,
Canon,
Fig,
Vrml,
Cmapx,
Imap,
Bmp,
Svgz,
}
Expand description
A GraphViz output format.
Variants§
Png
Portable Network Graphics format.
Svg
Scalable Vector Graphics format.
Portable Document Format.
Ps
PostScript format.
Eps
Encapsulated PostScript format.
Gif
Graphics Interchange Format.
Jpeg
JPEG format.
Json
JSON format.
Dot
DOT format (GraphViz’s native format).
Xdot
Extended DOT format.
Plain
Plain text format.
Canon
Canonical DOT format.
Fig
Fig format.
Vrml
VRML format.
Cmapx
CMAPx format (client-side image map).
Imap
IMAP format (server-side image map).
Bmp
BMP format.
Svgz
SVG with embedded XHTML format.
Implementations§
Trait Implementations§
impl Copy for Format
impl Eq for Format
impl StructuralPartialEq for Format
Auto Trait Implementations§
impl Freeze for Format
impl RefUnwindSafe for Format
impl Send for Format
impl Sync for Format
impl Unpin for Format
impl UnwindSafe for Format
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