pub enum HouseSystem {
Campanus,
Equal,
Koch,
Placidus,
Porphyrius,
Regiomontanus,
WholeSign,
}Expand description
House system I have put in enum only the most important houses methods To do
Variants§
Auto Trait Implementations§
impl Freeze for HouseSystem
impl RefUnwindSafe for HouseSystem
impl Send for HouseSystem
impl Sync for HouseSystem
impl Unpin for HouseSystem
impl UnwindSafe for HouseSystem
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