pub struct WriteHandle<T: Clone>(_);
Expand description

A handle to the write half of the cell. When this handle is dropped the backing data is also dropped.

Implementations

Set the value of the cell.

Make the changes the to cell since the last set visible to the readers.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.