pub struct Synastry {
pub cross_aspects: Vec<CrossAspect>,
}Expand description
Synastry between two charts.
Fields§
§cross_aspects: Vec<CrossAspect>Aspects from chart B (overlay) to chart A (base).
Trait Implementations§
impl StructuralPartialEq for Synastry
Auto Trait Implementations§
impl Freeze for Synastry
impl RefUnwindSafe for Synastry
impl Send for Synastry
impl Sync for Synastry
impl Unpin for Synastry
impl UnsafeUnpin for Synastry
impl UnwindSafe for Synastry
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