pub enum smoothing {
none,
avg_dist,
graph_dist,
power_dist,
rng,
spring,
triangle,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for smoothing
Auto Trait Implementations§
impl Freeze for smoothing
impl RefUnwindSafe for smoothing
impl Send for smoothing
impl Sync for smoothing
impl Unpin for smoothing
impl UnwindSafe for smoothing
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