pub struct SettlementIndexerCursorInput {
pub service_id: String,
pub chain_id: String,
pub last_indexed_block_number: Option<u64>,
pub canonical_block_number: u64,
pub replaying: bool,
pub failed: bool,
pub checked_at: u64,
pub note: Option<String>,
}Fields§
§service_id: String§chain_id: String§last_indexed_block_number: Option<u64>§canonical_block_number: u64§replaying: bool§failed: bool§checked_at: u64§note: Option<String>Trait Implementations§
Source§impl Clone for SettlementIndexerCursorInput
impl Clone for SettlementIndexerCursorInput
Source§fn clone(&self) -> SettlementIndexerCursorInput
fn clone(&self) -> SettlementIndexerCursorInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SettlementIndexerCursorInput
impl Debug for SettlementIndexerCursorInput
impl Eq for SettlementIndexerCursorInput
impl StructuralPartialEq for SettlementIndexerCursorInput
Auto Trait Implementations§
impl Freeze for SettlementIndexerCursorInput
impl RefUnwindSafe for SettlementIndexerCursorInput
impl Send for SettlementIndexerCursorInput
impl Sync for SettlementIndexerCursorInput
impl Unpin for SettlementIndexerCursorInput
impl UnsafeUnpin for SettlementIndexerCursorInput
impl UnwindSafe for SettlementIndexerCursorInput
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