pub struct AuthoritativeStepRanges<StepT>{
pub ranges: Vec<AuthoritativeStepRange<StepT>>,
}
Fields§
§ranges: Vec<AuthoritativeStepRange<StepT>>
Trait Implementations§
source§impl<StepT> Debug for AuthoritativeStepRanges<StepT>
impl<StepT> Debug for AuthoritativeStepRanges<StepT>
source§impl<StepT> Deserialize for AuthoritativeStepRanges<StepT>
impl<StepT> Deserialize for AuthoritativeStepRanges<StepT>
fn deserialize(
stream: &mut impl ReadOctetStream,
) -> Result<AuthoritativeStepRanges<StepT>, Error>where
AuthoritativeStepRanges<StepT>: Sized,
source§impl<StepT> Serialize for AuthoritativeStepRanges<StepT>
impl<StepT> Serialize for AuthoritativeStepRanges<StepT>
fn serialize(&self, stream: &mut impl WriteOctetStream) -> Result<(), Error>where
AuthoritativeStepRanges<StepT>: Sized,
Auto Trait Implementations§
impl<StepT> Freeze for AuthoritativeStepRanges<StepT>
impl<StepT> RefUnwindSafe for AuthoritativeStepRanges<StepT>where
StepT: RefUnwindSafe,
impl<StepT> Send for AuthoritativeStepRanges<StepT>where
StepT: Send,
impl<StepT> Sync for AuthoritativeStepRanges<StepT>where
StepT: Sync,
impl<StepT> Unpin for AuthoritativeStepRanges<StepT>where
StepT: Unpin,
impl<StepT> UnwindSafe for AuthoritativeStepRanges<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