Struct lta_models::bus::bus_arrival::BusArrivalRespRaw
source · pub struct BusArrivalRespRaw {
pub bus_stop_code: u32,
pub services: Vec<RawArrivalBusService>,
}
Fields§
§bus_stop_code: u32
§services: Vec<RawArrivalBusService>
Trait Implementations§
source§impl Clone for BusArrivalRespRaw
impl Clone for BusArrivalRespRaw
source§fn clone(&self) -> BusArrivalRespRaw
fn clone(&self) -> BusArrivalRespRaw
Returns a copy 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 BusArrivalRespRaw
impl Debug for BusArrivalRespRaw
source§impl<'de> Deserialize<'de> for BusArrivalRespRaw
impl<'de> Deserialize<'de> for BusArrivalRespRaw
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
source§impl From<BusArrivalRespRaw> for BusArrivalResp
impl From<BusArrivalRespRaw> for BusArrivalResp
source§fn from(data: BusArrivalRespRaw) -> Self
fn from(data: BusArrivalRespRaw) -> Self
Converts to this type from the input type.
source§impl PartialEq for BusArrivalRespRaw
impl PartialEq for BusArrivalRespRaw
source§fn eq(&self, other: &BusArrivalRespRaw) -> bool
fn eq(&self, other: &BusArrivalRespRaw) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for BusArrivalRespRaw
impl Serialize for BusArrivalRespRaw
impl StructuralPartialEq for BusArrivalRespRaw
Auto Trait Implementations§
impl RefUnwindSafe for BusArrivalRespRaw
impl Send for BusArrivalRespRaw
impl Sync for BusArrivalRespRaw
impl Unpin for BusArrivalRespRaw
impl UnwindSafe for BusArrivalRespRaw
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