pub struct TypicalExtremePeriod {
pub name: String,
pub period_type: PeriodType,
pub start: String,
pub end: String,
}
Fields§
§name: String
§period_type: PeriodType
§start: String
§end: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypicalExtremePeriod
impl RefUnwindSafe for TypicalExtremePeriod
impl Send for TypicalExtremePeriod
impl Sync for TypicalExtremePeriod
impl Unpin for TypicalExtremePeriod
impl UnwindSafe for TypicalExtremePeriod
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