pub struct RefStore { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefStore
impl RefUnwindSafe for RefStore
impl Send for RefStore
impl Sync for RefStore
impl Unpin for RefStore
impl UnsafeUnpin for RefStore
impl UnwindSafe for RefStore
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