pub struct ChangeAvailabilityResponse {
pub status: AvailabilityStatus,
}
Fields§
§status: AvailabilityStatus
Required. This indicates whether the Charge Point is able to perform the availability change.
Trait Implementations§
source§impl Clone for ChangeAvailabilityResponse
impl Clone for ChangeAvailabilityResponse
source§fn clone(&self) -> ChangeAvailabilityResponse
fn clone(&self) -> ChangeAvailabilityResponse
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 ChangeAvailabilityResponse
impl Debug for ChangeAvailabilityResponse
source§impl Default for ChangeAvailabilityResponse
impl Default for ChangeAvailabilityResponse
source§fn default() -> ChangeAvailabilityResponse
fn default() -> ChangeAvailabilityResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChangeAvailabilityResponse
impl<'de> Deserialize<'de> for ChangeAvailabilityResponse
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 PartialEq<ChangeAvailabilityResponse> for ChangeAvailabilityResponse
impl PartialEq<ChangeAvailabilityResponse> for ChangeAvailabilityResponse
source§fn eq(&self, other: &ChangeAvailabilityResponse) -> bool
fn eq(&self, other: &ChangeAvailabilityResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.