pub enum YearDivide {
Normal,
Exact,
}Expand description
年分界点:排盘年干支(及其驱动的四化、命主身主等)按哪一天换年
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for YearDivide
impl Clone for YearDivide
Source§fn clone(&self) -> YearDivide
fn clone(&self) -> YearDivide
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 moreimpl Copy for YearDivide
Source§impl Debug for YearDivide
impl Debug for YearDivide
Source§impl<'de> Deserialize<'de> for YearDivide
impl<'de> Deserialize<'de> for YearDivide
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for YearDivide
Source§impl PartialEq for YearDivide
impl PartialEq for YearDivide
Source§impl Serialize for YearDivide
impl Serialize for YearDivide
impl StructuralPartialEq for YearDivide
Auto Trait Implementations§
impl Freeze for YearDivide
impl RefUnwindSafe for YearDivide
impl Send for YearDivide
impl Sync for YearDivide
impl Unpin for YearDivide
impl UnsafeUnpin for YearDivide
impl UnwindSafe for YearDivide
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