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 ChainRecord
impl Send for ChainRecord
impl Sync for ChainRecord
impl Unpin for ChainRecord
impl UnwindSafe for ChainRecord
Blanket Implementations
Mutably borrows from an owned value. Read more