[−][src]Struct cron::time_unit::Months
Trait Implementations
impl Clone for Months[src]
impl TimeUnitField for Months[src]
fn from_ordinal_set(ordinal_set: OrdinalSet) -> Self[src]
fn name() -> Cow<'static, str>[src]
fn inclusive_min() -> Ordinal[src]
fn inclusive_max() -> Ordinal[src]
fn ordinal_from_name(name: &str) -> Result<Ordinal>[src]
fn ordinals(&self) -> &OrdinalSet[src]
fn from_ordinal(ordinal: Ordinal) -> Self[src]
fn supported_ordinals() -> OrdinalSet[src]
fn all() -> Self[src]
fn validate_ordinal(ordinal: Ordinal) -> Result<Ordinal>[src]
fn ordinals_from_specifier(specifier: &Specifier) -> Result<OrdinalSet>[src]
Auto Trait Implementations
impl RefUnwindSafe for Months
impl Send for Months
impl Sync for Months
impl Unpin for Months
impl UnwindSafe for Months
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> TimeUnitSpec for T where
T: TimeUnitField, [src]
T: TimeUnitField,
fn includes(&Self, u32) -> bool[src]
fn iter(&'a Self) -> OrdinalIter<'a>[src]
fn range<R>(&'a Self, R) -> OrdinalRangeIter<'a> where
R: RangeBounds<u32>, [src]
R: RangeBounds<u32>,
fn count(&Self) -> u32[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,