Struct grid_sdk::commits::store::ChainRecord [−][src]
pub struct ChainRecord {
pub start_commit_num: i64,
pub end_commit_num: i64,
pub service_id: Option<String>,
}Fields
start_commit_num: i64end_commit_num: i64service_id: Option<String>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ChainRecordimpl Send for ChainRecordimpl Sync for ChainRecordimpl Unpin for ChainRecordimpl UnwindSafe for ChainRecordBlanket Implementations
Mutably borrows from an owned value. Read more