Struct async_ach_cell::Cell
source · [−]Implementations
Tries to get a reference to the value of the Cell.
Returns Err if the cell is uninitialized or in critical section.
Tries to get a reference to the value of the Cell.
Returns Err if the cell is uninitialized.
Sets the value of the Cell to the argument value.
Returns Err if the value is refered, initialized or in critical section.
Sets the value of the Cell to the argument value.
Returns Err if the value is refered, initialized.
Takes ownership of the current value, leaving the cell uninitialized.
Returns Err if the cell is refered or in critical section.
Takes ownership of the current value, leaving the cell uninitialized.
Returns Err if the cell is refered.
Replaces the contained value with value, and returns the old contained value.
Returns Err if the value is refered or in critical section.
Replaces the contained value with value, and returns the old contained value.
Returns Err if the value is refered.