pub enum ReferneceStore {
Table(HashMap<Value, Value>),
}
Variants§
Auto Trait Implementations§
impl Freeze for ReferneceStore
impl !RefUnwindSafe for ReferneceStore
impl !Send for ReferneceStore
impl !Sync for ReferneceStore
impl Unpin for ReferneceStore
impl !UnwindSafe for ReferneceStore
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