pub struct MeasurementPeriodRangesEvent {
pub ranges: Option<Vec<MeasurementRange>>,
}Fields§
§ranges: Option<Vec<MeasurementRange>>Trait Implementations§
Source§impl Debug for MeasurementPeriodRangesEvent
impl Debug for MeasurementPeriodRangesEvent
Auto Trait Implementations§
impl Freeze for MeasurementPeriodRangesEvent
impl RefUnwindSafe for MeasurementPeriodRangesEvent
impl Send for MeasurementPeriodRangesEvent
impl Sync for MeasurementPeriodRangesEvent
impl Unpin for MeasurementPeriodRangesEvent
impl UnwindSafe for MeasurementPeriodRangesEvent
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