pub struct AuthoritativeStepRanges<StepT: Deserialize + Serialize + Debug + Clone> {
pub ranges: Vec<AuthoritativeStepRange<StepT>>,
}
Fields§
§ranges: Vec<AuthoritativeStepRange<StepT>>
Trait Implementations§
source§impl<StepT: Debug + Deserialize + Serialize + Debug + Clone> Debug for AuthoritativeStepRanges<StepT>
impl<StepT: Debug + Deserialize + Serialize + Debug + Clone> Debug for AuthoritativeStepRanges<StepT>
source§impl<StepT: Deserialize + Serialize + Debug + Clone> Deserialize for AuthoritativeStepRanges<StepT>
impl<StepT: Deserialize + Serialize + Debug + Clone> Deserialize for AuthoritativeStepRanges<StepT>
fn deserialize(stream: &mut impl ReadOctetStream) -> Result<Self>where
Self: Sized,
source§impl<StepT: Deserialize + Serialize + Debug + Clone> Serialize for AuthoritativeStepRanges<StepT>
impl<StepT: Deserialize + Serialize + Debug + Clone> Serialize for AuthoritativeStepRanges<StepT>
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