pub struct ChargingLimit {
pub charging_limit_source: ChargingLimitSourceEnum,
pub custom_data: Option<CustomData>,
pub is_grid_critical: Option<bool>,
}Expand description
Charging_ Limit urn:x-enexis:ecdm:uid:2:234489
Fields§
§charging_limit_source: ChargingLimitSourceEnum§custom_data: Option<CustomData>§is_grid_critical: Option<bool>Charging_ Limit. Is_ Grid_ Critical. Indicator urn:x-enexis:ecdm:uid:1:570847 Indicates whether the charging limit is critical for the grid.
Trait Implementations§
Source§impl Clone for ChargingLimit
impl Clone for ChargingLimit
Source§fn clone(&self) -> ChargingLimit
fn clone(&self) -> ChargingLimit
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 ChargingLimit
impl Debug for ChargingLimit
impl Eq for ChargingLimit
Source§impl PartialEq for ChargingLimit
impl PartialEq for ChargingLimit
impl StructuralPartialEq for ChargingLimit
Auto Trait Implementations§
impl Freeze for ChargingLimit
impl RefUnwindSafe for ChargingLimit
impl Send for ChargingLimit
impl Sync for ChargingLimit
impl Unpin for ChargingLimit
impl UnsafeUnpin for ChargingLimit
impl UnwindSafe for ChargingLimit
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