Struct transit_model::objects::Contributor[][src]

pub struct Contributor {
    pub id: String,
    pub name: String,
    pub license: Option<String>,
    pub website: Option<String>,
}

Fields

id: Stringname: Stringlicense: Option<String>website: Option<String>

Trait Implementations

impl AddPrefix for Contributor[src]

impl Debug for Contributor[src]

impl Default for Contributor[src]

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

impl GetCorresponding<Contributor> for IdxSet<VehicleJourney>[src]

impl GetCorresponding<Contributor> for IdxSet<StopArea>[src]

impl GetCorresponding<Contributor> for IdxSet<Contributor>[src]

impl GetCorresponding<Contributor> for IdxSet<CommercialMode>[src]

impl GetCorresponding<Contributor> for IdxSet<Route>[src]

impl GetCorresponding<Contributor> for IdxSet<Calendar>[src]

impl GetCorresponding<Contributor> for IdxSet<StopPoint>[src]

impl GetCorresponding<Contributor> for IdxSet<Dataset>[src]

impl GetCorresponding<Contributor> for IdxSet<Transfer>[src]

impl GetCorresponding<Contributor> for IdxSet<PhysicalMode>[src]

impl GetCorresponding<Contributor> for IdxSet<Company>[src]

impl GetCorresponding<Contributor> for IdxSet<Network>[src]

impl GetCorresponding<Contributor> for IdxSet<Line>[src]

impl Id<Contributor> for Contributor[src]

impl Id<Contributor> for Dataset[src]

impl PartialEq<Contributor> for Contributor[src]

impl Serialize for Contributor[src]

impl StructuralPartialEq for Contributor[src]

impl WithId for Contributor[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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<V, T> VZip<V> for T where
    V: MultiLane<T>,