Struct ikal::WeekdayNum
source · pub struct WeekdayNum {
pub weekday: Weekday,
pub ord: Option<i8>,
}Fields§
§weekday: Weekday§ord: Option<i8>Trait Implementations§
source§impl Clone for WeekdayNum
impl Clone for WeekdayNum
source§fn clone(&self) -> WeekdayNum
fn clone(&self) -> WeekdayNum
Returns a copy 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 WeekdayNum
impl Debug for WeekdayNum
source§impl FromStr for WeekdayNum
impl FromStr for WeekdayNum
source§impl PartialEq for WeekdayNum
impl PartialEq for WeekdayNum
source§fn eq(&self, other: &WeekdayNum) -> bool
fn eq(&self, other: &WeekdayNum) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<&str> for WeekdayNum
impl TryFrom<&str> for WeekdayNum
source§impl TryFrom<String> for WeekdayNum
impl TryFrom<String> for WeekdayNum
impl Eq for WeekdayNum
impl StructuralPartialEq for WeekdayNum
Auto Trait Implementations§
impl Freeze for WeekdayNum
impl RefUnwindSafe for WeekdayNum
impl Send for WeekdayNum
impl Sync for WeekdayNum
impl Unpin for WeekdayNum
impl UnwindSafe for WeekdayNum
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