pub struct CombinedSteps<StepT: Deserialize + Serialize + Debug + Clone + Display> {
pub tick_id: TickId,
pub steps: Vec<StepMap<StepT>>,
}
Fields§
§tick_id: TickId
§steps: Vec<StepMap<StepT>>
Implementations§
source§impl<StepT: Deserialize + Serialize + Debug + Clone + Display> CombinedSteps<StepT>
impl<StepT: Deserialize + Serialize + Debug + Clone + Display> CombinedSteps<StepT>
pub fn to_internal(&self) -> InternalAllParticipantVectors<StepT>
pub fn from_internal( separate_vectors: &InternalAllParticipantVectors<StepT>, start_tick_id: TickId, ) -> Self
Trait Implementations§
source§impl<StepT: Clone + Deserialize + Serialize + Debug + Clone + Display> Clone for CombinedSteps<StepT>
impl<StepT: Clone + Deserialize + Serialize + Debug + Clone + Display> Clone for CombinedSteps<StepT>
source§fn clone(&self) -> CombinedSteps<StepT>
fn clone(&self) -> CombinedSteps<StepT>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<StepT: Debug + Deserialize + Serialize + Debug + Clone + Display> Debug for CombinedSteps<StepT>
impl<StepT: Debug + Deserialize + Serialize + Debug + Clone + Display> Debug for CombinedSteps<StepT>
source§impl<StepT: Deserialize + Serialize + Debug + Clone + Display> Deserialize for CombinedSteps<StepT>
impl<StepT: Deserialize + Serialize + Debug + Clone + Display> Deserialize for CombinedSteps<StepT>
fn deserialize(stream: &mut impl ReadOctetStream) -> Result<Self>
source§impl<StepT: Deserialize + Serialize + Debug + Clone + Display> Display for CombinedSteps<StepT>
impl<StepT: Deserialize + Serialize + Debug + Clone + Display> Display for CombinedSteps<StepT>
source§impl<StepT: PartialEq + Deserialize + Serialize + Debug + Clone + Display> PartialEq for CombinedSteps<StepT>
impl<StepT: PartialEq + Deserialize + Serialize + Debug + Clone + Display> PartialEq for CombinedSteps<StepT>
source§impl<StepT: Deserialize + Serialize + Debug + Clone + Display> Serialize for CombinedSteps<StepT>
impl<StepT: Deserialize + Serialize + Debug + Clone + Display> Serialize for CombinedSteps<StepT>
impl<StepT: Eq + Deserialize + Serialize + Debug + Clone + Display> Eq for CombinedSteps<StepT>
impl<StepT: Deserialize + Serialize + Debug + Clone + Display> StructuralPartialEq for CombinedSteps<StepT>
Auto Trait Implementations§
impl<StepT> Freeze for CombinedSteps<StepT>
impl<StepT> RefUnwindSafe for CombinedSteps<StepT>where
StepT: RefUnwindSafe,
impl<StepT> Send for CombinedSteps<StepT>where
StepT: Send,
impl<StepT> Sync for CombinedSteps<StepT>where
StepT: Sync,
impl<StepT> Unpin for CombinedSteps<StepT>where
StepT: Unpin,
impl<StepT> UnwindSafe for CombinedSteps<StepT>where
StepT: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)