pub struct IndexId { /* private fields */ }Expand description
Unique identifier of an index
Trait Implementations§
Source§impl Ord for IndexId
impl Ord for IndexId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IndexId
impl PartialOrd for IndexId
Source§impl ToIndexId for &IndexId
impl ToIndexId for &IndexId
fn to_index_id(self, address: &Address) -> Result<IndexId, IndexError>
fn to_index_id_tx( self, persy: &PersyImpl, tx: &TransactionImpl, ) -> Result<(IndexId, bool), IndexError>
fn to_index_id_snapshot( self, snapshots: &Snapshots, snapshot: &SnapshotRef, ) -> Result<IndexId, IndexError>
Source§impl ToIndexId for IndexId
impl ToIndexId for IndexId
fn to_index_id(self, address: &Address) -> Result<IndexId, IndexError>
fn to_index_id_snapshot( self, snapshots: &Snapshots, snapshot: &SnapshotRef, ) -> Result<IndexId, IndexError>
fn to_index_id_tx( self, persy: &PersyImpl, tx: &TransactionImpl, ) -> Result<(IndexId, bool), IndexError>
impl Eq for IndexId
impl StructuralPartialEq for IndexId
Auto Trait Implementations§
impl Freeze for IndexId
impl RefUnwindSafe for IndexId
impl Send for IndexId
impl Sync for IndexId
impl Unpin for IndexId
impl UnsafeUnpin for IndexId
impl UnwindSafe for IndexId
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