Enum libswe_sys::sweconst::AspectsFilter
source · [−]pub enum AspectsFilter {
Show 13 variants
AllAspects,
AllMajorsAspects,
Conjunction,
Opposition,
Trine,
Square,
Sextile,
AllMinorsAspect,
Inconjunction,
Sesquisquare,
Semisquare,
Semisextile,
NoAspects,
}Expand description
Filter aspect
Variants
AllAspects
AllMajorsAspects
Conjunction
Opposition
Trine
Square
Sextile
AllMinorsAspect
Inconjunction
Sesquisquare
Semisquare
Semisextile
NoAspects
Implementations
Vector of aspects in AspectsFilter
Trait Implementations
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
Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i128 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u128 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
type Iterator = AspectsFilterIter
fn iter() -> AspectsFilterIterⓘNotable traits for AspectsFilterIterimpl Iterator for AspectsFilterIter type Item = AspectsFilter;
impl Iterator for AspectsFilterIter type Item = AspectsFilter;Auto Trait Implementations
impl RefUnwindSafe for AspectsFilter
impl Send for AspectsFilter
impl Sync for AspectsFilter
impl Unpin for AspectsFilter
impl UnwindSafe for AspectsFilter
Blanket Implementations
Mutably borrows from an owned value. Read more