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