pub struct SetNetworkProfileRequest {
pub configuration_slot: i32,
pub connection_data: NetworkConnectionProfileType,
}
Expand description
With this message the CSMS gains the ability to configure the connection data (e.g. CSMS URL, OCPP version, APN, etc) on a Charging Station.
Fields§
§configuration_slot: i32
§connection_data: NetworkConnectionProfileType
Trait Implementations§
Source§impl Clone for SetNetworkProfileRequest
impl Clone for SetNetworkProfileRequest
Source§fn clone(&self) -> SetNetworkProfileRequest
fn clone(&self) -> SetNetworkProfileRequest
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 SetNetworkProfileRequest
impl Debug for SetNetworkProfileRequest
Source§impl Default for SetNetworkProfileRequest
impl Default for SetNetworkProfileRequest
Source§fn default() -> SetNetworkProfileRequest
fn default() -> SetNetworkProfileRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetNetworkProfileRequest
impl<'de> Deserialize<'de> for SetNetworkProfileRequest
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 SetNetworkProfileRequest
impl PartialEq for SetNetworkProfileRequest
Source§impl Serialize for SetNetworkProfileRequest
impl Serialize for SetNetworkProfileRequest
impl StructuralPartialEq for SetNetworkProfileRequest
Auto Trait Implementations§
impl Freeze for SetNetworkProfileRequest
impl RefUnwindSafe for SetNetworkProfileRequest
impl Send for SetNetworkProfileRequest
impl Sync for SetNetworkProfileRequest
impl Unpin for SetNetworkProfileRequest
impl UnwindSafe for SetNetworkProfileRequest
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