pub struct UnlockConnectorRequest {
pub connector_id: u32,
}
Fields§
§connector_id: u32
§From OCPP Specification
Required. This contains the identifier of the connector to be unlocked.
Trait Implementations§
Source§impl Clone for UnlockConnectorRequest
impl Clone for UnlockConnectorRequest
Source§fn clone(&self) -> UnlockConnectorRequest
fn clone(&self) -> UnlockConnectorRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 UnlockConnectorRequest
impl Debug for UnlockConnectorRequest
Source§impl Default for UnlockConnectorRequest
impl Default for UnlockConnectorRequest
Source§fn default() -> UnlockConnectorRequest
fn default() -> UnlockConnectorRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnlockConnectorRequest
impl<'de> Deserialize<'de> for UnlockConnectorRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnlockConnectorRequest
impl PartialEq for UnlockConnectorRequest
Source§impl Serialize for UnlockConnectorRequest
impl Serialize for UnlockConnectorRequest
Source§impl Validate for UnlockConnectorRequest
impl Validate for UnlockConnectorRequest
Source§impl<'v_a> ValidateArgs<'v_a> for UnlockConnectorRequest
impl<'v_a> ValidateArgs<'v_a> for UnlockConnectorRequest
impl StructuralPartialEq for UnlockConnectorRequest
Auto Trait Implementations§
impl Freeze for UnlockConnectorRequest
impl RefUnwindSafe for UnlockConnectorRequest
impl Send for UnlockConnectorRequest
impl Sync for UnlockConnectorRequest
impl Unpin for UnlockConnectorRequest
impl UnwindSafe for UnlockConnectorRequest
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