pub struct SeparatingAspect {
pub planet: &'static str,
pub aspect: &'static str,
pub degrees_ago: f64,
}Expand description
A Ptolemaic aspect the Moon has perfected since entering its sign.
Fields§
§planet: &'static strPlanet aspected (Sun to Saturn).
aspect: &'static strAspect name, e.g. “Trine”.
degrees_ago: f64Degrees the Moon has travelled since exactness.
Trait Implementations§
Source§impl Clone for SeparatingAspect
impl Clone for SeparatingAspect
Source§impl Debug for SeparatingAspect
impl Debug for SeparatingAspect
Source§impl PartialEq for SeparatingAspect
impl PartialEq for SeparatingAspect
Source§impl Serialize for SeparatingAspect
impl Serialize for SeparatingAspect
impl StructuralPartialEq for SeparatingAspect
Auto Trait Implementations§
impl Freeze for SeparatingAspect
impl RefUnwindSafe for SeparatingAspect
impl Send for SeparatingAspect
impl Sync for SeparatingAspect
impl Unpin for SeparatingAspect
impl UnsafeUnpin for SeparatingAspect
impl UnwindSafe for SeparatingAspect
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