pub struct JobIndexes<'a> {
pub reward: UniqueIndex<'a, (u128, u64), Job>,
pub publish_time: MultiIndex<'a, u64, Job, u64>,
}Fields§
§reward: UniqueIndex<'a, (u128, u64), Job>§publish_time: MultiIndex<'a, u64, Job, u64>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for JobIndexes<'a>
impl<'a> RefUnwindSafe for JobIndexes<'a>
impl<'a> Send for JobIndexes<'a>
impl<'a> Sync for JobIndexes<'a>
impl<'a> Unpin for JobIndexes<'a>
impl<'a> UnwindSafe for JobIndexes<'a>
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