pub struct CfgDotBuilder { /* private fields */ }
Expand description
A builder for CfgDot
instances.
Implementations§
Source§impl CfgDotBuilder
impl CfgDotBuilder
Sourcepub fn edge_color(self, edge_color: &str) -> Self
pub fn edge_color(self, edge_color: &str) -> Self
Sets the color of the edges.
Sourcepub fn node_shape(self, node_shape: &str) -> Self
pub fn node_shape(self, node_shape: &str) -> Self
Sets the shape of the nodes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CfgDotBuilder
impl RefUnwindSafe for CfgDotBuilder
impl Send for CfgDotBuilder
impl Sync for CfgDotBuilder
impl Unpin for CfgDotBuilder
impl UnwindSafe for CfgDotBuilder
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