[][src]Struct apod_async_client::APODMetadata

pub struct APODMetadata {
    pub title: String,
    pub explanation: String,
    pub copyright: Option<String>,
    pub url: String,
    pub hd_url: Option<String>,
    pub media_type: String,
}

Metadata for a NASA "Astronomy Picture Of the Day"

Fields

title: Stringexplanation: Stringcopyright: Option<String>url: Stringhd_url: Option<String>media_type: String

Trait Implementations

impl Eq for APODMetadata[src]

impl PartialEq<APODMetadata> for APODMetadata[src]

impl Debug for APODMetadata[src]

impl StructuralPartialEq for APODMetadata[src]

impl StructuralEq for APODMetadata[src]

impl<'de> Deserialize<'de> for APODMetadata[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]