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 for ChangeAvailabilityResponse
impl PartialEq 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 ==
.impl StructuralPartialEq for ChangeAvailabilityResponse
Auto Trait Implementations§
impl Freeze for ChangeAvailabilityResponse
impl RefUnwindSafe for ChangeAvailabilityResponse
impl Send for ChangeAvailabilityResponse
impl Sync for ChangeAvailabilityResponse
impl Unpin for ChangeAvailabilityResponse
impl UnwindSafe for ChangeAvailabilityResponse
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