Struct pancake_engine_ssi::db_state::scnd_idxs_state::ScndIdxState
source · pub struct ScndIdxState {
pub scnd_idx_num: ScndIdxNum,
pub is_readable: bool,
}Fields§
§scnd_idx_num: ScndIdxNum§is_readable: boolImplementations§
Trait Implementations§
source§impl Clone for ScndIdxState
impl Clone for ScndIdxState
source§fn clone(&self) -> ScndIdxState
fn clone(&self) -> ScndIdxState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ScndIdxState
impl Debug for ScndIdxState
source§impl From<ScndIdxState> for ScndIdxCreationJobErr
impl From<ScndIdxState> for ScndIdxCreationJobErr
source§fn from(si_state: ScndIdxState) -> Self
fn from(si_state: ScndIdxState) -> Self
Converts to this type from the input type.
source§impl PartialEq for ScndIdxState
impl PartialEq for ScndIdxState
source§fn eq(&self, other: &ScndIdxState) -> bool
fn eq(&self, other: &ScndIdxState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ScndIdxState
impl Eq for ScndIdxState
impl StructuralEq for ScndIdxState
impl StructuralPartialEq for ScndIdxState
Auto Trait Implementations§
impl RefUnwindSafe for ScndIdxState
impl Send for ScndIdxState
impl Sync for ScndIdxState
impl Unpin for ScndIdxState
impl UnwindSafe for ScndIdxState
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