[][src]Struct musicbrainz_rs::model::place::Place

pub struct Place {
    pub id: String,
    pub name: String,
    pub place_type: Option<String>,
    pub type_id: Option<String>,
    pub life_span: LifeSpan,
    pub coordinates: Option<Coordinates>,
    pub area: Area,
    pub address: String,
    pub disambiguation: String,
    pub aliases: Option<Vec<Alias>>,
    pub tags: Option<Vec<Tag>>,
    pub genres: Option<Vec<Genre>>,
    pub annotation: Option<String>,
}

Fields

id: Stringname: Stringplace_type: Option<String>type_id: Option<String>life_span: LifeSpancoordinates: Option<Coordinates>area: Areaaddress: Stringdisambiguation: Stringaliases: Option<Vec<Alias>>tags: Option<Vec<Tag>>genres: Option<Vec<Genre>>annotation: Option<String>

Trait Implementations

impl Browsable for Place[src]

impl<'_> Path<'_> for Place[src]

impl<'_> Fetch<'_, Include> for Place[src]

impl<'_> Browse<'_, Include> for Place[src]

impl Include<Place> for Include[src]

impl BrowseBy<Place> for Browse[src]

impl Clone for Place[src]

impl PartialEq<Place> for Place[src]

impl Debug for Place[src]

impl Serialize for Place[src]

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

Auto Trait Implementations

impl Send for Place

impl Unpin for Place

impl Sync for Place

impl UnwindSafe for Place

impl RefUnwindSafe for Place

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<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<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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