pub struct AppConfig {
pub nasa_jpl_de441: String,
pub header_441: String,
pub initial_data_dat: String,
}Expand description
Configuration for the ephemeris system
Fields§
§nasa_jpl_de441: String§header_441: String§initial_data_dat: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppConfig
impl RefUnwindSafe for AppConfig
impl Send for AppConfig
impl Sync for AppConfig
impl Unpin for AppConfig
impl UnwindSafe for AppConfig
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