Struct calc_graph::Source[][src]

pub struct Source<T> { /* fields omitted */ }

Trait Implementations

impl<T: Clone> Clone for Source<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Clone> Calc for Source<T>
[src]

Auto Trait Implementations

impl<T> Send for Source<T> where
    T: Send

impl<T> Sync for Source<T> where
    T: Send