Struct pancake_engine_ssi::db_state::scnd_idxs_state::ScndIdxsState
source · pub struct ScndIdxsState {
pub(super) scnd_idxs: HashMap<Arc<SubValueSpec>, ScndIdxState>,
pub(super) next_scnd_idx_num: ScndIdxNum,
}Fields§
§scnd_idxs: HashMap<Arc<SubValueSpec>, ScndIdxState>§next_scnd_idx_num: ScndIdxNumImplementations§
source§impl ScndIdxsState
impl ScndIdxsState
Trait Implementations§
source§impl Debug for ScndIdxsState
impl Debug for ScndIdxsState
source§impl PartialEq for ScndIdxsState
impl PartialEq for ScndIdxsState
source§fn eq(&self, other: &ScndIdxsState) -> bool
fn eq(&self, other: &ScndIdxsState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ScndIdxsState
impl StructuralEq for ScndIdxsState
impl StructuralPartialEq for ScndIdxsState
Auto Trait Implementations§
impl RefUnwindSafe for ScndIdxsState
impl Send for ScndIdxsState
impl Sync for ScndIdxsState
impl Unpin for ScndIdxsState
impl UnwindSafe for ScndIdxsState
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