pub struct PlaceAvailabilityResponse {
pub warnings: Option<Box<WarningCollection>>,
pub problems: Option<Vec<Problem>>,
pub vehicle_availability: Option<Box<PlaceAvailability>>,
}Fields§
§warnings: Option<Box<WarningCollection>>§problems: Option<Vec<Problem>>§vehicle_availability: Option<Box<PlaceAvailability>>Implementations§
Source§impl PlaceAvailabilityResponse
impl PlaceAvailabilityResponse
pub fn new() -> PlaceAvailabilityResponse
Trait Implementations§
Source§impl Clone for PlaceAvailabilityResponse
impl Clone for PlaceAvailabilityResponse
Source§fn clone(&self) -> PlaceAvailabilityResponse
fn clone(&self) -> PlaceAvailabilityResponse
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 PlaceAvailabilityResponse
impl Debug for PlaceAvailabilityResponse
Source§impl Default for PlaceAvailabilityResponse
impl Default for PlaceAvailabilityResponse
Source§fn default() -> PlaceAvailabilityResponse
fn default() -> PlaceAvailabilityResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlaceAvailabilityResponse
impl<'de> Deserialize<'de> for PlaceAvailabilityResponse
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 PlaceAvailabilityResponse
Auto Trait Implementations§
impl Freeze for PlaceAvailabilityResponse
impl RefUnwindSafe for PlaceAvailabilityResponse
impl Send for PlaceAvailabilityResponse
impl Sync for PlaceAvailabilityResponse
impl Unpin for PlaceAvailabilityResponse
impl UnwindSafe for PlaceAvailabilityResponse
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