pub enum Aspects {
Conjunction = 0,
Opposition = 1,
Trine = 2,
Square = 3,
Sextile = 4,
Inconjunction = 5,
Sesquisquare = 6,
Semisquare = 7,
Semisextile = 8,
}Expand description
Aspects
Variants§
Conjunction = 0
Opposition = 1
Trine = 2
Square = 3
Sextile = 4
Inconjunction = 5
Sesquisquare = 6
Semisquare = 7
Semisextile = 8
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Aspects
impl<'de> Deserialize<'de> for Aspects
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
Source§impl IntoEnumIterator for Aspects
impl IntoEnumIterator for Aspects
type Iterator = AspectsIter
fn iter() -> AspectsIter ⓘ
impl Copy for Aspects
impl StructuralPartialEq for Aspects
Auto Trait Implementations§
impl Freeze for Aspects
impl RefUnwindSafe for Aspects
impl Send for Aspects
impl Sync for Aspects
impl Unpin for Aspects
impl UnwindSafe for Aspects
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