pub struct InternalAllParticipantVectors<StepT: Serialize + Deserialize + Display> {
pub participant_step_vectors: SeqMap<ParticipantId, InternalStepVectorForOneParticipant<StepT>>,
}
Fields§
§participant_step_vectors: SeqMap<ParticipantId, InternalStepVectorForOneParticipant<StepT>>
Implementations§
source§impl<StepT: Serialize + Deserialize + Debug + Display> InternalAllParticipantVectors<StepT>
impl<StepT: Serialize + Deserialize + Debug + Display> InternalAllParticipantVectors<StepT>
pub fn serialize(&self, stream: &mut impl WriteOctetStream) -> Result<()>where
Self: Sized,
pub fn deserialize(stream: &mut impl ReadOctetStream) -> Result<Self>
Trait Implementations§
source§impl<StepT: Clone + Serialize + Deserialize + Display> Clone for InternalAllParticipantVectors<StepT>
impl<StepT: Clone + Serialize + Deserialize + Display> Clone for InternalAllParticipantVectors<StepT>
source§fn clone(&self) -> InternalAllParticipantVectors<StepT>
fn clone(&self) -> InternalAllParticipantVectors<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 + Serialize + Deserialize + Display> Debug for InternalAllParticipantVectors<StepT>
impl<StepT: Debug + Serialize + Deserialize + Display> Debug for InternalAllParticipantVectors<StepT>
source§impl<StepT: PartialEq + Serialize + Deserialize + Display> PartialEq for InternalAllParticipantVectors<StepT>
impl<StepT: PartialEq + Serialize + Deserialize + Display> PartialEq for InternalAllParticipantVectors<StepT>
source§fn eq(&self, other: &InternalAllParticipantVectors<StepT>) -> bool
fn eq(&self, other: &InternalAllParticipantVectors<StepT>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<StepT: Serialize + Deserialize + Display> StructuralPartialEq for InternalAllParticipantVectors<StepT>
Auto Trait Implementations§
impl<StepT> Freeze for InternalAllParticipantVectors<StepT>
impl<StepT> RefUnwindSafe for InternalAllParticipantVectors<StepT>where
StepT: RefUnwindSafe,
impl<StepT> Send for InternalAllParticipantVectors<StepT>where
StepT: Send,
impl<StepT> Sync for InternalAllParticipantVectors<StepT>where
StepT: Sync,
impl<StepT> Unpin for InternalAllParticipantVectors<StepT>where
StepT: Unpin,
impl<StepT> UnwindSafe for InternalAllParticipantVectors<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
)