pub enum CommemorationType {
Optional,
Lauds,
LaudsAndVespers,
PeterAndPaulSpecial,
}Variants§
Trait Implementations§
Source§impl Clone for CommemorationType
impl Clone for CommemorationType
Source§fn clone(&self) -> CommemorationType
fn clone(&self) -> CommemorationType
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 CommemorationType
impl Debug for CommemorationType
Source§impl Ord for CommemorationType
impl Ord for CommemorationType
Source§fn cmp(&self, other: &CommemorationType) -> Ordering
fn cmp(&self, other: &CommemorationType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CommemorationType
impl PartialEq for CommemorationType
Source§impl PartialOrd for CommemorationType
impl PartialOrd for CommemorationType
Source§impl Serialize for CommemorationType
impl Serialize for CommemorationType
impl Eq for CommemorationType
impl StructuralPartialEq for CommemorationType
Auto Trait Implementations§
impl Freeze for CommemorationType
impl RefUnwindSafe for CommemorationType
impl Send for CommemorationType
impl Sync for CommemorationType
impl Unpin for CommemorationType
impl UnwindSafe for CommemorationType
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