pub struct NotifyEVChargingScheduleResponse {
pub status: GenericStatusEnumType,
pub status_info: Option<StatusInfoType>,
}
Expand description
Response to a NotifyEVChargingScheduleRequest message.
Fields§
§status: GenericStatusEnumType
§status_info: Option<StatusInfoType>
Trait Implementations§
Source§impl Clone for NotifyEVChargingScheduleResponse
impl Clone for NotifyEVChargingScheduleResponse
Source§fn clone(&self) -> NotifyEVChargingScheduleResponse
fn clone(&self) -> NotifyEVChargingScheduleResponse
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 Default for NotifyEVChargingScheduleResponse
impl Default for NotifyEVChargingScheduleResponse
Source§fn default() -> NotifyEVChargingScheduleResponse
fn default() -> NotifyEVChargingScheduleResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotifyEVChargingScheduleResponse
impl<'de> Deserialize<'de> for NotifyEVChargingScheduleResponse
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 NotifyEVChargingScheduleResponse
impl PartialEq for NotifyEVChargingScheduleResponse
Source§fn eq(&self, other: &NotifyEVChargingScheduleResponse) -> bool
fn eq(&self, other: &NotifyEVChargingScheduleResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for NotifyEVChargingScheduleResponse
Auto Trait Implementations§
impl Freeze for NotifyEVChargingScheduleResponse
impl RefUnwindSafe for NotifyEVChargingScheduleResponse
impl Send for NotifyEVChargingScheduleResponse
impl Sync for NotifyEVChargingScheduleResponse
impl Unpin for NotifyEVChargingScheduleResponse
impl UnwindSafe for NotifyEVChargingScheduleResponse
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