Struct chunky::Value[][src]

pub struct Value<V, H: Handler> { /* fields omitted */ }

A single value stored in a chunk

Methods

impl<V, H: Handler> Value<V, H>
[src]

Load the value in the chunk with the given identifier, or create it using a default value

Trait Implementations

impl<V, H: Handler> Deref for Value<V, H>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<V, H: Handler> DerefMut for Value<V, H>
[src]

Mutably dereferences the value.

impl<V, H: Handler> Drop for Value<V, H>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<V, H> !Send for Value<V, H>

impl<V, H> !Sync for Value<V, H>