pub struct TabooRuleSets {
pub tam_nuong: TabooDayRule,
pub nguyet_ky: TabooDayRule,
pub sat_chu: TabooMonthChiRule,
pub tho_tu: TabooMonthChiRule,
}Fields§
§tam_nuong: TabooDayRule§nguyet_ky: TabooDayRule§sat_chu: TabooMonthChiRule§tho_tu: TabooMonthChiRuleTrait Implementations§
Source§impl Clone for TabooRuleSets
impl Clone for TabooRuleSets
Source§fn clone(&self) -> TabooRuleSets
fn clone(&self) -> TabooRuleSets
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 TabooRuleSets
impl RefUnwindSafe for TabooRuleSets
impl Send for TabooRuleSets
impl Sync for TabooRuleSets
impl Unpin for TabooRuleSets
impl UnsafeUnpin for TabooRuleSets
impl UnwindSafe for TabooRuleSets
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