Struct blocking_object_pool::Value [] [src]

pub struct Value<T> where
    T: Send + Sync + Clone
{ /* fields omitted */ }

Trait Implementations

impl<T: Clone> Clone for Value<T> where
    T: Send + Sync + Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> Drop for Value<T> where
    T: Send + Sync + Clone
[src]

[src]

Executes the destructor for this type. Read more

impl<T> AsRef<T> for Value<T> where
    T: Send + Sync + Clone
[src]

[src]

Performs the conversion.

impl<T> AsMut<T> for Value<T> where
    T: Send + Sync + Clone
[src]

[src]

Performs the conversion.

impl<T> Deref for Value<T> where
    T: Send + Sync + Clone
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T> DerefMut for Value<T> where
    T: Send + Sync + Clone
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl<T> Send for Value<T>

impl<T> Sync for Value<T>