pub enum Purpose {
General,
Contract,
Partnership,
Travel,
Health,
Finance,
Launch,
Career,
}Expand description
What the election is for. Each purpose has a house of the matter, a natural significator and the planetary hours that favour it.
Variants§
General
No particular matter: the general rules only.
Contract
Signing a contract or an agreement (7th house, Mercury).
Partnership
Marriage, engagement or partnership (7th house, Venus).
Travel
Setting out on a journey (9th house, Mercury).
Health
Beginning a treatment or a surgery (1st house, the Sun).
Finance
Buying, investing or borrowing (2nd house, Jupiter).
Launch
Opening a business or launching a venture (10th house, Jupiter).
Career
Starting a job or asking for a promotion (10th house, the Sun).
Trait Implementations§
impl Copy for Purpose
Source§impl<'de> Deserialize<'de> for Purpose
impl<'de> Deserialize<'de> for Purpose
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 Purpose
impl StructuralPartialEq for Purpose
Auto Trait Implementations§
impl Freeze for Purpose
impl RefUnwindSafe for Purpose
impl Send for Purpose
impl Sync for Purpose
impl Unpin for Purpose
impl UnsafeUnpin for Purpose
impl UnwindSafe for Purpose
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.