pub struct StartPeriod(pub Period);Tuple Fields§
§0: PeriodTrait Implementations§
Source§impl Default for StartPeriod
impl Default for StartPeriod
Auto Trait Implementations§
impl Freeze for StartPeriod
impl RefUnwindSafe for StartPeriod
impl Send for StartPeriod
impl Sync for StartPeriod
impl Unpin for StartPeriod
impl UnwindSafe for StartPeriod
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