pub struct InternalAuthoritativeStepRange<StepT: Deserialize + Serialize + Debug + Clone + Display> {
pub delta_tick_id_from_previous: u8,
pub authoritative_steps: InternalAllParticipantVectors<StepT>,
}
Fields§
§delta_tick_id_from_previous: u8
Implementations§
source§impl<StepT: Deserialize + Serialize + Debug + Clone + Display> InternalAuthoritativeStepRange<StepT>
impl<StepT: Deserialize + Serialize + Debug + Clone + Display> InternalAuthoritativeStepRange<StepT>
pub fn to_stream(&self, stream: &mut impl WriteOctetStream) -> Result<()>
pub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl<StepT> Freeze for InternalAuthoritativeStepRange<StepT>
impl<StepT> RefUnwindSafe for InternalAuthoritativeStepRange<StepT>where
StepT: RefUnwindSafe,
impl<StepT> Send for InternalAuthoritativeStepRange<StepT>where
StepT: Send,
impl<StepT> Sync for InternalAuthoritativeStepRange<StepT>where
StepT: Sync,
impl<StepT> Unpin for InternalAuthoritativeStepRange<StepT>where
StepT: Unpin,
impl<StepT> UnwindSafe for InternalAuthoritativeStepRange<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