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