[][src]Enum libswe_sys::sweconst::AspectsFilter

pub enum AspectsFilter {
    AllAspects,
    AllMajorsAspects,
    Conjunction,
    Opposition,
    Trine,
    Square,
    Sextile,
    AllMinorsAspect,
    Inconjunction,
    Sesquisquare,
    Semisquare,
    Semisextile,
    NoAspects,
}

Filter aspect

Variants

AllAspects
AllMajorsAspects
Conjunction
Opposition
Trine
Square
Sextile
AllMinorsAspect
Inconjunction
Sesquisquare
Semisquare
Semisextile
NoAspects

Implementations

impl AspectsFilter[src]

pub fn vec_aspects(self) -> Vec<Aspects>[src]

Vector of aspects in AspectsFilter

Trait Implementations

impl AsStaticRef<str> for AspectsFilter[src]

impl Clone for AspectsFilter[src]

impl Copy for AspectsFilter[src]

impl Debug for AspectsFilter[src]

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

impl Display for AspectsFilter[src]

impl FromPrimitive for AspectsFilter[src]

impl IntoEnumIterator for AspectsFilter[src]

impl PartialEq<AspectsFilter> for AspectsFilter[src]

impl Serialize for AspectsFilter[src]

impl StructuralPartialEq for AspectsFilter[src]

Auto Trait Implementations

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.