pub struct OrdinalMonthlyRecurrence {
pub ordinal: Ordinal,
pub day: DaySpecification,
}Fields§
§ordinal: Ordinal§day: DaySpecificationImplementations§
Source§impl OrdinalMonthlyRecurrence
impl OrdinalMonthlyRecurrence
pub fn new(ordinal: Ordinal, day: DaySpecification) -> Self
pub fn with_another_ordinal(self, ordinal: Ordinal) -> Self
pub fn with_another_day_specification(self, day: DaySpecification) -> Self
Trait Implementations§
Source§impl Clone for OrdinalMonthlyRecurrence
impl Clone for OrdinalMonthlyRecurrence
Source§fn clone(&self) -> OrdinalMonthlyRecurrence
fn clone(&self) -> OrdinalMonthlyRecurrence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OrdinalMonthlyRecurrence
impl Debug for OrdinalMonthlyRecurrence
Source§impl Default for OrdinalMonthlyRecurrence
impl Default for OrdinalMonthlyRecurrence
Source§fn default() -> OrdinalMonthlyRecurrence
fn default() -> OrdinalMonthlyRecurrence
Returns the “default value” for a type. Read more
Source§impl Display for OrdinalMonthlyRecurrence
impl Display for OrdinalMonthlyRecurrence
Source§impl PartialEq for OrdinalMonthlyRecurrence
impl PartialEq for OrdinalMonthlyRecurrence
Source§fn eq(&self, other: &OrdinalMonthlyRecurrence) -> bool
fn eq(&self, other: &OrdinalMonthlyRecurrence) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OrdinalMonthlyRecurrence
impl Eq for OrdinalMonthlyRecurrence
impl StructuralPartialEq for OrdinalMonthlyRecurrence
Auto Trait Implementations§
impl Freeze for OrdinalMonthlyRecurrence
impl RefUnwindSafe for OrdinalMonthlyRecurrence
impl Send for OrdinalMonthlyRecurrence
impl Sync for OrdinalMonthlyRecurrence
impl Unpin for OrdinalMonthlyRecurrence
impl UnsafeUnpin for OrdinalMonthlyRecurrence
impl UnwindSafe for OrdinalMonthlyRecurrence
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