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