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