Struct gtfs_server::models::api::resultarray::ResultArray[][src]

pub struct ResultArray<T> {
    pub result: Option<Vec<T>>,
    pub meta: Meta,
}

Fields

Trait Implementations

impl<T: Debug> Debug for ResultArray<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for ResultArray<T> where
    T: Send

impl<T> Sync for ResultArray<T> where
    T: Sync