[−][src]Struct transit_model::objects::Network
Fields
id: Stringname: Stringurl: Option<String>codes: KeysValuestimezone: Option<String>lang: Option<String>phone: Option<String>address: Option<String>sort_order: Option<u32>Trait Implementations
impl AddPrefix for Network[src]
fn prefix(&mut self, prefix_conf: &PrefixConfiguration)[src]
fn add_prefix(&mut self, prefix: &str)[src]
fn add_prefix_with_sep(&mut self, prefix: &str, sep: &str)[src]
impl Clone for Network[src]
impl Codes for Network[src]
fn codes(&self) -> &KeysValues[src]
fn codes_mut(&mut self) -> &mut KeysValues[src]
impl Debug for Network[src]
impl Default for Network[src]
impl<'de> Deserialize<'de> for Network[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl GetCorresponding<Network> for IdxSet<StopArea>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<CommercialMode>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<VehicleJourney>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<PhysicalMode>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<Route>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<Calendar>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<Line>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<Network>[src]
fn get_corresponding(&self, _: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<Dataset>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<Contributor>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<Transfer>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<Company>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetCorresponding<Network> for IdxSet<StopPoint>[src]
fn get_corresponding(&self, pt_objects: &Model) -> IdxSet<Network>[src]
impl GetObjectType for Network[src]
fn get_object_type() -> ObjectType[src]
impl Id<Network> for Network[src]
impl Id<Network> for Line[src]
impl PartialEq<Network> for Network[src]
impl Serialize for Network[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for Network[src]
impl WithId for Network[src]
Auto Trait Implementations
impl RefUnwindSafe for Network
impl Send for Network
impl Sync for Network
impl Unpin for Network
impl UnwindSafe for Network
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,