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