pub struct ServingLine {Show 15 fields
pub key: String,
pub code: String,
pub number: String,
pub symbol: String,
pub mot_type: String,
pub mt_subcode: String,
pub realtime: String,
pub direction: String,
pub direction_from: String,
pub train_name: Option<String>,
pub train_number: Option<String>,
pub name: String,
pub delay: Option<String>,
pub dest_id: String,
pub stateless: String,
}Fields§
§key: String§code: String§number: String§symbol: String§mot_type: String§mt_subcode: String§realtime: String§direction: String§direction_from: String§train_name: Option<String>§train_number: Option<String>§name: String§delay: Option<String>§dest_id: String§stateless: StringTrait Implementations§
Source§impl Clone for ServingLine
impl Clone for ServingLine
Source§fn clone(&self) -> ServingLine
fn clone(&self) -> ServingLine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServingLine
impl Debug for ServingLine
Source§impl<'de> Deserialize<'de> for ServingLine
impl<'de> Deserialize<'de> for ServingLine
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ServingLine
impl RefUnwindSafe for ServingLine
impl Send for ServingLine
impl Sync for ServingLine
impl Unpin for ServingLine
impl UnwindSafe for ServingLine
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more