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