pub struct PeakPeriod {
pub severity: Option<PeakPeriodSeverity>,
pub peak_period: Option<u16>,
}Fields§
§severity: Option<PeakPeriodSeverity>§peak_period: Option<u16>Trait Implementations§
Source§impl Debug for PeakPeriod
impl Debug for PeakPeriod
Auto Trait Implementations§
impl Freeze for PeakPeriod
impl RefUnwindSafe for PeakPeriod
impl Send for PeakPeriod
impl Sync for PeakPeriod
impl Unpin for PeakPeriod
impl UnwindSafe for PeakPeriod
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