Struct gtfs_server::models::api::result::Result[][src]

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

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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