Struct depend::UnitRef[][src]

pub struct UnitRef<'t, Eval: Evaluator<'t>> { /* fields omitted */ }

Trait Implementations

impl<'t, Eval: Evaluator<'t>> Clone for UnitRef<'t, Eval>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'t, Eval> !Send for UnitRef<'t, Eval>

impl<'t, Eval> !Sync for UnitRef<'t, Eval>