pub struct Astronomy {
pub objects: Vec<AstronomyObject>,
}Expand description
Astronomical information for requested objects.
Fields§
§objects: Vec<AstronomyObject>List of requested objects.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Astronomy
impl<'de> Deserialize<'de> for Astronomy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Astronomy
impl RefUnwindSafe for Astronomy
impl Send for Astronomy
impl Sync for Astronomy
impl Unpin for Astronomy
impl UnwindSafe for Astronomy
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