pub struct ACChargingParameters {
pub custom_data: Option<CustomData>,
pub energy_amount: i64,
pub ev_max_current: i64,
pub ev_max_voltage: i64,
pub ev_min_current: i64,
}Expand description
AC_ Charging_ Parameters urn:x-oca:ocpp:uid:2:233250 EV AC charging parameters.
Fields§
§custom_data: Option<CustomData>§energy_amount: i64AC_ Charging_ Parameters. Energy_ Amount. Energy_ Amount urn:x-oca:ocpp:uid:1:569211 Amount of energy requested (in Wh). This includes energy required for preconditioning.
ev_max_current: i64AC_ Charging_ Parameters. EV_ Max. Current urn:x-oca:ocpp:uid:1:569213 Maximum current (amps) supported by the electric vehicle (per phase). Includes cable capacity.
ev_max_voltage: i64AC_ Charging_ Parameters. EV_ Max. Voltage urn:x-oca:ocpp:uid:1:569214 Maximum voltage supported by the electric vehicle
ev_min_current: i64AC_ Charging_ Parameters. EV_ Min. Current urn:x-oca:ocpp:uid:1:569212 Minimum current (amps) supported by the electric vehicle (per phase).
Trait Implementations§
Source§impl Clone for ACChargingParameters
impl Clone for ACChargingParameters
Source§fn clone(&self) -> ACChargingParameters
fn clone(&self) -> ACChargingParameters
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 moreSource§impl Debug for ACChargingParameters
impl Debug for ACChargingParameters
impl Eq for ACChargingParameters
Source§impl PartialEq for ACChargingParameters
impl PartialEq for ACChargingParameters
impl StructuralPartialEq for ACChargingParameters
Auto Trait Implementations§
impl Freeze for ACChargingParameters
impl RefUnwindSafe for ACChargingParameters
impl Send for ACChargingParameters
impl Sync for ACChargingParameters
impl Unpin for ACChargingParameters
impl UnsafeUnpin for ACChargingParameters
impl UnwindSafe for ACChargingParameters
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