pub struct NotifyEVChargingNeedsResponse {
pub custom_data: Option<CustomData>,
pub status: NotifyEVChargingNeedsStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§custom_data: Option<CustomData>§status: NotifyEVChargingNeedsStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl Clone for NotifyEVChargingNeedsResponse
impl Clone for NotifyEVChargingNeedsResponse
Source§fn clone(&self) -> NotifyEVChargingNeedsResponse
fn clone(&self) -> NotifyEVChargingNeedsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for NotifyEVChargingNeedsResponse
impl StructuralPartialEq for NotifyEVChargingNeedsResponse
Auto Trait Implementations§
impl Freeze for NotifyEVChargingNeedsResponse
impl RefUnwindSafe for NotifyEVChargingNeedsResponse
impl Send for NotifyEVChargingNeedsResponse
impl Sync for NotifyEVChargingNeedsResponse
impl Unpin for NotifyEVChargingNeedsResponse
impl UnsafeUnpin for NotifyEVChargingNeedsResponse
impl UnwindSafe for NotifyEVChargingNeedsResponse
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