pub struct LineMode {
pub name: String,
pub number: String,
pub product: String,
pub product_id: String,
pub typ: String,
pub code: String,
pub destination: String,
pub destination_id: String,
pub desc: String,
pub timetable_period: String,
pub diva: Diva,
}Fields§
§name: String§number: String§product: String§product_id: String§typ: String§code: String§destination: String§destination_id: String§desc: String§timetable_period: String§diva: DivaTrait Implementations§
Source§impl<'de> Deserialize<'de> for LineMode
impl<'de> Deserialize<'de> for LineMode
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 LineMode
impl RefUnwindSafe for LineMode
impl Send for LineMode
impl Sync for LineMode
impl Unpin for LineMode
impl UnwindSafe for LineMode
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