pub struct SetVariablesRequest {
pub set_variable_data: Vec<SetVariableDataType>,
}
Expand description
This contains the field definition of the SetVariablesRequest PDU sent by the CSMS to the Charging Station.
Fields§
§set_variable_data: Vec<SetVariableDataType>
Trait Implementations§
Source§impl Clone for SetVariablesRequest
impl Clone for SetVariablesRequest
Source§fn clone(&self) -> SetVariablesRequest
fn clone(&self) -> SetVariablesRequest
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 SetVariablesRequest
impl Debug for SetVariablesRequest
Source§impl Default for SetVariablesRequest
impl Default for SetVariablesRequest
Source§fn default() -> SetVariablesRequest
fn default() -> SetVariablesRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetVariablesRequest
impl<'de> Deserialize<'de> for SetVariablesRequest
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 SetVariablesRequest
impl PartialEq for SetVariablesRequest
Source§impl Serialize for SetVariablesRequest
impl Serialize for SetVariablesRequest
impl StructuralPartialEq for SetVariablesRequest
Auto Trait Implementations§
impl Freeze for SetVariablesRequest
impl RefUnwindSafe for SetVariablesRequest
impl Send for SetVariablesRequest
impl Sync for SetVariablesRequest
impl Unpin for SetVariablesRequest
impl UnwindSafe for SetVariablesRequest
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