pub struct TimetableForStationByLineID {
pub type_field: String,
pub disambiguation: Disambiguation,
}
Fields§
§type_field: String
§disambiguation: Disambiguation
Trait Implementations§
Source§impl Clone for TimetableForStationByLineID
impl Clone for TimetableForStationByLineID
Source§fn clone(&self) -> TimetableForStationByLineID
fn clone(&self) -> TimetableForStationByLineID
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 TimetableForStationByLineID
impl Debug for TimetableForStationByLineID
Source§impl Default for TimetableForStationByLineID
impl Default for TimetableForStationByLineID
Source§fn default() -> TimetableForStationByLineID
fn default() -> TimetableForStationByLineID
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TimetableForStationByLineID
impl<'de> Deserialize<'de> for TimetableForStationByLineID
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
impl StructuralPartialEq for TimetableForStationByLineID
Auto Trait Implementations§
impl Freeze for TimetableForStationByLineID
impl RefUnwindSafe for TimetableForStationByLineID
impl Send for TimetableForStationByLineID
impl Sync for TimetableForStationByLineID
impl Unpin for TimetableForStationByLineID
impl UnwindSafe for TimetableForStationByLineID
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