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