pub struct InfoOpts {
pub cosmology: String,
}Expand description
Options for spectroxide info.
Fields§
§cosmology: StringNamed cosmology preset to display (default, planck2015,
planck2018).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoOpts
impl RefUnwindSafe for InfoOpts
impl Send for InfoOpts
impl Sync for InfoOpts
impl Unpin for InfoOpts
impl UnwindSafe for InfoOpts
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