pub struct RoundSeq(/* private fields */);Expand description
Unique identifier for a round.
It is a simple sequence number.
It is used to identify a round before we have a round tx. RoundId should be used as soon as we have a round tx.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RoundSeq
impl<'de> Deserialize<'de> for RoundSeq
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for RoundSeq
impl Ord for RoundSeq
Source§impl PartialOrd for RoundSeq
impl PartialOrd for RoundSeq
impl Copy for RoundSeq
impl Eq for RoundSeq
impl StructuralPartialEq for RoundSeq
Auto Trait Implementations§
impl Freeze for RoundSeq
impl RefUnwindSafe for RoundSeq
impl Send for RoundSeq
impl Sync for RoundSeq
impl Unpin for RoundSeq
impl UnwindSafe for RoundSeq
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