Struct IndexedState
#[repr(transparent)]pub struct IndexedState(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl IndexedState
impl IndexedState
pub const Unknown: Self = _
pub const NotIndexed: Self = _
pub const PartiallyIndexed: Self = _
pub const FullyIndexed: Self = _
Trait Implementations§
§impl Clone for IndexedState
impl Clone for IndexedState
§fn clone(&self) -> IndexedState
fn clone(&self) -> IndexedState
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 more§impl Debug for IndexedState
impl Debug for IndexedState
§impl Default for IndexedState
impl Default for IndexedState
§fn default() -> IndexedState
fn default() -> IndexedState
Returns the “default value” for a type. Read more
§impl PartialEq for IndexedState
impl PartialEq for IndexedState
impl Copy for IndexedState
impl Eq for IndexedState
impl StructuralPartialEq for IndexedState
Auto Trait Implementations§
impl Freeze for IndexedState
impl RefUnwindSafe for IndexedState
impl Send for IndexedState
impl Sync for IndexedState
impl Unpin for IndexedState
impl UnwindSafe for IndexedState
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