pub struct SerializeAuthoritativeStepRange<StepT>{
pub delta_steps_from_previous: u8,
pub authoritative_steps: SerializeAuthoritativeStepRangeForAllParticipants<StepT>,
}
Fields§
§delta_steps_from_previous: u8
Implementations§
source§impl<StepT> SerializeAuthoritativeStepRange<StepT>
impl<StepT> SerializeAuthoritativeStepRange<StepT>
pub fn to_stream(&self, stream: &mut impl WriteOctetStream) -> Result<(), Error>
pub fn from_stream( stream: &mut impl ReadOctetStream, ) -> Result<SerializeAuthoritativeStepRange<StepT>, Error>
Trait Implementations§
Auto Trait Implementations§
impl<StepT> Freeze for SerializeAuthoritativeStepRange<StepT>
impl<StepT> RefUnwindSafe for SerializeAuthoritativeStepRange<StepT>where
StepT: RefUnwindSafe,
impl<StepT> Send for SerializeAuthoritativeStepRange<StepT>where
StepT: Send,
impl<StepT> Sync for SerializeAuthoritativeStepRange<StepT>where
StepT: Sync,
impl<StepT> Unpin for SerializeAuthoritativeStepRange<StepT>where
StepT: Unpin,
impl<StepT> UnwindSafe for SerializeAuthoritativeStepRange<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