Trait geo_aid::script::math::DeepClone

source ·
pub trait DeepClone {
    // Required method
    fn deep_clone(&self, math: &mut Math) -> Self;
}

Required Methods§

source

fn deep_clone(&self, math: &mut Math) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T: DeepClone> DeepClone for Vec<T>

source§

fn deep_clone(&self, math: &mut Math) -> Self

Implementors§