pub struct TabooDayRule {
pub rule_id: String,
pub name: String,
pub severity: String,
pub lunar_days: Vec<u8>,
}Fields§
§rule_id: String§name: String§severity: String§lunar_days: Vec<u8>Trait Implementations§
Source§impl Clone for TabooDayRule
impl Clone for TabooDayRule
Source§fn clone(&self) -> TabooDayRule
fn clone(&self) -> TabooDayRule
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 TabooDayRule
impl RefUnwindSafe for TabooDayRule
impl Send for TabooDayRule
impl Sync for TabooDayRule
impl Unpin for TabooDayRule
impl UnsafeUnpin for TabooDayRule
impl UnwindSafe for TabooDayRule
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