[][src]Enum libswe_sys::sweconst::Aspects

pub enum Aspects {
    Conjunction,
    Opposition,
    Trine,
    Square,
    Sextile,
    Inconjunction,
    Sesquisquare,
    Semisquare,
    Semisextile,
}

Aspects

Variants

Conjunction
Opposition
Trine
Square
Sextile
Inconjunction
Sesquisquare
Semisquare
Semisextile

Methods

impl Aspects[src]

pub fn angle(self) -> (u16, u16)[src]

Aspect propriety -> (Aspects, Orbes)

pub fn maj(self) -> bool[src]

Major aspect -> bool

pub fn text(self, lang: Language) -> String[src]

Trait Implementations

impl AsStaticRef<str> for Aspects[src]

impl Clone for Aspects[src]

impl Copy for Aspects[src]

impl Debug for Aspects[src]

impl<'de> Deserialize<'de> for Aspects[src]

impl Display for Aspects[src]

impl IntoEnumIterator for Aspects[src]

impl PartialEq<Aspects> for Aspects[src]

impl Serialize for Aspects[src]

impl StructuralPartialEq for Aspects[src]

Auto Trait Implementations

impl RefUnwindSafe for Aspects

impl Send for Aspects

impl Sync for Aspects

impl Unpin for Aspects

impl UnwindSafe for Aspects

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.