Struct rw_cell::CellWriter
source · pub struct CellWriter<T> { /* private fields */ }Expand description
Struct for write data in cell with non-copy and non-lock
Implementations§
Trait Implementations§
source§impl<T: Clone> Clone for CellWriter<T>
impl<T: Clone> Clone for CellWriter<T>
source§fn clone(&self) -> CellWriter<T>
fn clone(&self) -> CellWriter<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more