pub struct SetChargingProfileResponse {
pub custom_data: Option<CustomData>,
pub status: ChargingProfileStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§custom_data: Option<CustomData>§status: ChargingProfileStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl Action for SetChargingProfileResponse
impl Action for SetChargingProfileResponse
Source§impl Clone for SetChargingProfileResponse
impl Clone for SetChargingProfileResponse
Source§fn clone(&self) -> SetChargingProfileResponse
fn clone(&self) -> SetChargingProfileResponse
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 SetChargingProfileResponse
impl Debug for SetChargingProfileResponse
impl Eq for SetChargingProfileResponse
impl StructuralPartialEq for SetChargingProfileResponse
Auto Trait Implementations§
impl Freeze for SetChargingProfileResponse
impl RefUnwindSafe for SetChargingProfileResponse
impl Send for SetChargingProfileResponse
impl Sync for SetChargingProfileResponse
impl Unpin for SetChargingProfileResponse
impl UnsafeUnpin for SetChargingProfileResponse
impl UnwindSafe for SetChargingProfileResponse
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