Enum graphviz_rust::attributes::smoothing
source · [−]pub enum smoothing {
none,
avg_dist,
graph_dist,
power_dist,
rng,
spring,
triangle,
}
Variants
none
avg_dist
graph_dist
power_dist
rng
spring
triangle
Trait Implementations
impl StructuralPartialEq for smoothing
Auto Trait Implementations
impl RefUnwindSafe for smoothing
impl Send for smoothing
impl Sync for smoothing
impl Unpin for smoothing
impl UnwindSafe for smoothing
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more