pub enum PeriodType {
Typical,
Extreme,
}
Variants§
Trait Implementations§
Source§impl Debug for PeriodType
impl Debug for PeriodType
Source§impl PartialEq for PeriodType
impl PartialEq for PeriodType
impl StructuralPartialEq for PeriodType
Auto Trait Implementations§
impl Freeze for PeriodType
impl RefUnwindSafe for PeriodType
impl Send for PeriodType
impl Sync for PeriodType
impl Unpin for PeriodType
impl UnwindSafe for PeriodType
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