pub struct NotifyPriorityChargingRequest {
pub activated: bool,
pub custom_data: Option<CustomData>,
pub transaction_id: String<36usize>,
}Fields§
§activated: boolTrue if priority charging was activated. False if it has stopped using the priority charging profile.
custom_data: Option<CustomData>§transaction_id: String<36usize>The transaction for which priority charging is requested.
Trait Implementations§
Source§impl Clone for NotifyPriorityChargingRequest
impl Clone for NotifyPriorityChargingRequest
Source§fn clone(&self) -> NotifyPriorityChargingRequest
fn clone(&self) -> NotifyPriorityChargingRequest
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 NotifyPriorityChargingRequest
impl StructuralPartialEq for NotifyPriorityChargingRequest
Auto Trait Implementations§
impl Freeze for NotifyPriorityChargingRequest
impl RefUnwindSafe for NotifyPriorityChargingRequest
impl Send for NotifyPriorityChargingRequest
impl Sync for NotifyPriorityChargingRequest
impl Unpin for NotifyPriorityChargingRequest
impl UnsafeUnpin for NotifyPriorityChargingRequest
impl UnwindSafe for NotifyPriorityChargingRequest
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