Struct calc_graph::Source [−][src]
pub struct Source<T> { /* fields omitted */ }
Trait Implementations
impl<T: Clone> Clone for Source<T>
[src]
impl<T: Clone> Clone for Source<T>
fn clone(&self) -> Source<T>
[src]
fn clone(&self) -> Source<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl<T: Clone> Calc for Source<T>
[src]
impl<T: Clone> Calc for Source<T>