pub enum Tax {
None,
Seki,
All,
}Expand description
Group tax rules.
Variants§
None
All surrounded empty points count.
Seki
Empty points surrounded by a group in seki don’t count.
All
All groups are taxed up to 2 of their surrounded empty points.
Trait Implementations§
impl Copy for Tax
impl Eq for Tax
impl StructuralPartialEq for Tax
Auto Trait Implementations§
impl Freeze for Tax
impl RefUnwindSafe for Tax
impl Send for Tax
impl Sync for Tax
impl Unpin for Tax
impl UnsafeUnpin for Tax
impl UnwindSafe for Tax
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