pub enum GraphVizOutputFormat {
svg,
png,
}Variants§
Trait Implementations§
Source§impl Clone for GraphVizOutputFormat
impl Clone for GraphVizOutputFormat
Source§fn clone(&self) -> GraphVizOutputFormat
fn clone(&self) -> GraphVizOutputFormat
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 GraphVizOutputFormat
impl Debug for GraphVizOutputFormat
Source§impl Display for GraphVizOutputFormat
impl Display for GraphVizOutputFormat
Source§impl<'_derivative_strum> From<&'_derivative_strum GraphVizOutputFormat> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum GraphVizOutputFormat> for &'static str
Source§fn from(x: &'_derivative_strum GraphVizOutputFormat) -> &'static str
fn from(x: &'_derivative_strum GraphVizOutputFormat) -> &'static str
Converts to this type from the input type.
Source§impl From<GraphVizOutputFormat> for &'static str
impl From<GraphVizOutputFormat> for &'static str
Source§fn from(x: GraphVizOutputFormat) -> &'static str
fn from(x: GraphVizOutputFormat) -> &'static str
Converts to this type from the input type.
Source§impl Hash for GraphVizOutputFormat
impl Hash for GraphVizOutputFormat
Source§impl PartialEq for GraphVizOutputFormat
impl PartialEq for GraphVizOutputFormat
impl Eq for GraphVizOutputFormat
impl StructuralPartialEq for GraphVizOutputFormat
Auto Trait Implementations§
impl Freeze for GraphVizOutputFormat
impl RefUnwindSafe for GraphVizOutputFormat
impl Send for GraphVizOutputFormat
impl Sync for GraphVizOutputFormat
impl Unpin for GraphVizOutputFormat
impl UnwindSafe for GraphVizOutputFormat
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