pub struct NotifyPriorityChargingResponse {
pub custom_data: Option<CustomData>,
}Expand description
This response message has an empty body.
Fields§
§custom_data: Option<CustomData>Trait Implementations§
Source§impl Clone for NotifyPriorityChargingResponse
impl Clone for NotifyPriorityChargingResponse
Source§fn clone(&self) -> NotifyPriorityChargingResponse
fn clone(&self) -> NotifyPriorityChargingResponse
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 NotifyPriorityChargingResponse
impl StructuralPartialEq for NotifyPriorityChargingResponse
Auto Trait Implementations§
impl Freeze for NotifyPriorityChargingResponse
impl RefUnwindSafe for NotifyPriorityChargingResponse
impl Send for NotifyPriorityChargingResponse
impl Sync for NotifyPriorityChargingResponse
impl Unpin for NotifyPriorityChargingResponse
impl UnsafeUnpin for NotifyPriorityChargingResponse
impl UnwindSafe for NotifyPriorityChargingResponse
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