pub struct DayDeityRuleSet {
pub cycle: Vec<DayDeityRule>,
pub month_group_start_by_chi: HashMap<String, usize>,
}Fields§
§cycle: Vec<DayDeityRule>§month_group_start_by_chi: HashMap<String, usize>Trait Implementations§
Source§impl Clone for DayDeityRuleSet
impl Clone for DayDeityRuleSet
Source§fn clone(&self) -> DayDeityRuleSet
fn clone(&self) -> DayDeityRuleSet
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 moreAuto Trait Implementations§
impl Freeze for DayDeityRuleSet
impl RefUnwindSafe for DayDeityRuleSet
impl Send for DayDeityRuleSet
impl Sync for DayDeityRuleSet
impl Unpin for DayDeityRuleSet
impl UnsafeUnpin for DayDeityRuleSet
impl UnwindSafe for DayDeityRuleSet
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