pub struct SerializeAuthoritativeStepVectorForOneParticipants<StepT>where
StepT: Serialize + Deserialize,{
pub delta_tick_id_from_range: u8,
pub steps: Vec<StepT>,
}
Fields§
§delta_tick_id_from_range: u8
§steps: Vec<StepT>
Trait Implementations§
source§impl<StepT> Clone for SerializeAuthoritativeStepVectorForOneParticipants<StepT>
impl<StepT> Clone for SerializeAuthoritativeStepVectorForOneParticipants<StepT>
source§fn clone(&self) -> SerializeAuthoritativeStepVectorForOneParticipants<StepT>
fn clone(&self) -> SerializeAuthoritativeStepVectorForOneParticipants<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 SerializeAuthoritativeStepVectorForOneParticipants<StepT>
impl<StepT> Debug for SerializeAuthoritativeStepVectorForOneParticipants<StepT>
source§impl<StepT> PartialEq for SerializeAuthoritativeStepVectorForOneParticipants<StepT>
impl<StepT> PartialEq for SerializeAuthoritativeStepVectorForOneParticipants<StepT>
source§fn eq(
&self,
other: &SerializeAuthoritativeStepVectorForOneParticipants<StepT>,
) -> bool
fn eq( &self, other: &SerializeAuthoritativeStepVectorForOneParticipants<StepT>, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<StepT> StructuralPartialEq for SerializeAuthoritativeStepVectorForOneParticipants<StepT>where
StepT: Serialize + Deserialize,
Auto Trait Implementations§
impl<StepT> Freeze for SerializeAuthoritativeStepVectorForOneParticipants<StepT>
impl<StepT> RefUnwindSafe for SerializeAuthoritativeStepVectorForOneParticipants<StepT>where
StepT: RefUnwindSafe,
impl<StepT> Send for SerializeAuthoritativeStepVectorForOneParticipants<StepT>where
StepT: Send,
impl<StepT> Sync for SerializeAuthoritativeStepVectorForOneParticipants<StepT>where
StepT: Sync,
impl<StepT> Unpin for SerializeAuthoritativeStepVectorForOneParticipants<StepT>where
StepT: Unpin,
impl<StepT> UnwindSafe for SerializeAuthoritativeStepVectorForOneParticipants<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
)