pub struct CoreChart {
pub sun_sign: String,
pub moon_sign: String,
pub asc_sign: String,
}Expand description
Core chart with three main indicators.
Fields§
§sun_sign: String§moon_sign: String§asc_sign: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CoreChart
impl RefUnwindSafe for CoreChart
impl Send for CoreChart
impl Sync for CoreChart
impl Unpin for CoreChart
impl UnwindSafe for CoreChart
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