Struct parables_testing::snapshot::Snapshot[][src]

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

A managed instance that can be shared by cloning across threads.

Methods

impl<T> Snapshot<T>
[src]

Create a new Snapshot value.

Create a clone of the underlying value and return it.

Trait Implementations

impl<T: Debug> Debug for Snapshot<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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