pub struct HistoryDates { /* private fields */ }Expand description
Диапазон доступных исторических дат (history/.../dates).
Implementations§
Source§impl HistoryDates
impl HistoryDates
Trait Implementations§
Source§impl Clone for HistoryDates
impl Clone for HistoryDates
Source§fn clone(&self) -> HistoryDates
fn clone(&self) -> HistoryDates
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HistoryDates
impl Debug for HistoryDates
Source§impl PartialEq for HistoryDates
impl PartialEq for HistoryDates
impl Eq for HistoryDates
impl StructuralPartialEq for HistoryDates
Auto Trait Implementations§
impl Freeze for HistoryDates
impl RefUnwindSafe for HistoryDates
impl Send for HistoryDates
impl Sync for HistoryDates
impl Unpin for HistoryDates
impl UnsafeUnpin for HistoryDates
impl UnwindSafe for HistoryDates
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