Struct StateRWrapper
pub struct StateRWrapper(pub Arc<dyn SimpleStateStore>);Tuple Fields§
§0: Arc<dyn SimpleStateStore>Trait Implementations§
§impl Clone for StateRWrapper
impl Clone for StateRWrapper
§fn clone(&self) -> StateRWrapper
fn clone(&self) -> StateRWrapper
Returns a duplicate 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§impl StateR for StateRWrapper
impl StateR for StateRWrapper
Auto Trait Implementations§
impl Freeze for StateRWrapper
impl !RefUnwindSafe for StateRWrapper
impl Send for StateRWrapper
impl Sync for StateRWrapper
impl Unpin for StateRWrapper
impl !UnwindSafe for StateRWrapper
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more