Struct NaiveDateDaysIterator
struct NaiveDateDaysIterator { ... }
Iterator over NaiveDate with a step size of one day.
Implementations
impl Clone for NaiveDateDaysIterator
fn clone(self: &Self) -> NaiveDateDaysIterator
impl Copy for NaiveDateDaysIterator
impl Debug for NaiveDateDaysIterator
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl DoubleEndedIterator for NaiveDateDaysIterator
fn next_back(self: &mut Self) -> Option<<Self as >::Item>
impl Eq for NaiveDateDaysIterator
impl ExactSizeIterator for NaiveDateDaysIterator
impl Freeze for NaiveDateDaysIterator
impl FusedIterator for NaiveDateDaysIterator
impl Hash for NaiveDateDaysIterator
fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)
impl Iterator for NaiveDateDaysIterator
fn next(self: &mut Self) -> Option<<Self as >::Item>fn size_hint(self: &Self) -> (usize, Option<usize>)
impl Ord for NaiveDateDaysIterator
fn cmp(self: &Self, other: &NaiveDateDaysIterator) -> Ordering
impl PartialEq for NaiveDateDaysIterator
fn eq(self: &Self, other: &NaiveDateDaysIterator) -> bool
impl PartialOrd for NaiveDateDaysIterator
fn partial_cmp(self: &Self, other: &NaiveDateDaysIterator) -> Option<Ordering>
impl RefUnwindSafe for NaiveDateDaysIterator
impl Send for NaiveDateDaysIterator
impl StructuralPartialEq for NaiveDateDaysIterator
impl Sync for NaiveDateDaysIterator
impl Unpin for NaiveDateDaysIterator
impl UnsafeUnpin for NaiveDateDaysIterator
impl UnwindSafe for NaiveDateDaysIterator
impl<I> IntoIterator for NaiveDateDaysIterator
fn into_iter(self: Self) -> I
impl<T> Any for NaiveDateDaysIterator
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for NaiveDateDaysIterator
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for NaiveDateDaysIterator
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for NaiveDateDaysIterator
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for NaiveDateDaysIterator
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for NaiveDateDaysIterator
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for NaiveDateDaysIterator
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for NaiveDateDaysIterator
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for NaiveDateDaysIterator
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>