Type Alias zng_var::BoxedAnyWeakVar

source ·
pub type BoxedAnyWeakVar = Box<dyn AnyWeakVar>;
Expand description

Represents a weak reference to a BoxedAnyVar.

Aliased Type§

struct BoxedAnyWeakVar(/* private fields */);

Trait Implementations§

source§

impl Clone for BoxedAnyWeakVar

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more