pub struct RequestStopTransactionRequest {
pub custom_data: Option<CustomData>,
pub transaction_id: String<36usize>,
}Fields§
§custom_data: Option<CustomData>§transaction_id: String<36usize>The identifier of the transaction which the Charging Station is requested to stop.
Trait Implementations§
Source§impl Clone for RequestStopTransactionRequest
impl Clone for RequestStopTransactionRequest
Source§fn clone(&self) -> RequestStopTransactionRequest
fn clone(&self) -> RequestStopTransactionRequest
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 RequestStopTransactionRequest
impl StructuralPartialEq for RequestStopTransactionRequest
Auto Trait Implementations§
impl Freeze for RequestStopTransactionRequest
impl RefUnwindSafe for RequestStopTransactionRequest
impl Send for RequestStopTransactionRequest
impl Sync for RequestStopTransactionRequest
impl Unpin for RequestStopTransactionRequest
impl UnsafeUnpin for RequestStopTransactionRequest
impl UnwindSafe for RequestStopTransactionRequest
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