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