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