pub struct ChainRecord {
pub start_commit_num: i64,
pub end_commit_num: i64,
pub service_id: Option<String>,
}Fields§
§start_commit_num: i64§end_commit_num: i64§service_id: Option<String>Trait Implementations§
Source§impl Clone for ChainRecord
impl Clone for ChainRecord
Source§fn clone(&self) -> ChainRecord
fn clone(&self) -> ChainRecord
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 ChainRecord
impl Debug for ChainRecord
Source§impl PartialEq for ChainRecord
impl PartialEq for ChainRecord
Source§impl Serialize for ChainRecord
impl Serialize for ChainRecord
impl StructuralPartialEq for ChainRecord
Auto Trait Implementations§
impl Freeze for ChainRecord
impl RefUnwindSafe for ChainRecord
impl Send for ChainRecord
impl Sync for ChainRecord
impl Unpin for ChainRecord
impl UnsafeUnpin for ChainRecord
impl UnwindSafe for ChainRecord
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