pub struct SharedValue<T> { /* private fields */ }Expand description
The state marker and runtime data held by a shared-storage backend.
Its fields are private so backends can synchronize storage without changing the authoritative state directly.
Auto Trait Implementations§
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