pub(super) struct Period {
case: Option<PeriodCase>,
case_sensitive: Option<PeriodCaseSensitive>,
}
Fields§
§case: Option<PeriodCase>
§case_sensitive: Option<PeriodCaseSensitive>
Implementations§
Auto Trait Implementations§
impl Freeze for Period
impl RefUnwindSafe for Period
impl Send for Period
impl Sync for Period
impl Unpin for Period
impl UnwindSafe for Period
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