Struct rust_ocpp::v2_0_1::messages::send_local_list::SendLocalListResponse
source · pub struct SendLocalListResponse {
pub status: SendLocalListStatusEnumType,
pub status_info: Option<StatusInfoType>,
}
Expand description
Sent by the CSMS to the Charging Station to confirm the receipt of a SecurityEventNotificationRequest message. No fields are defined.
Fields§
§status: SendLocalListStatusEnumType
§status_info: Option<StatusInfoType>
Trait Implementations§
source§impl Clone for SendLocalListResponse
impl Clone for SendLocalListResponse
source§fn clone(&self) -> SendLocalListResponse
fn clone(&self) -> SendLocalListResponse
Returns a copy 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 SendLocalListResponse
impl Debug for SendLocalListResponse
source§impl Default for SendLocalListResponse
impl Default for SendLocalListResponse
source§fn default() -> SendLocalListResponse
fn default() -> SendLocalListResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SendLocalListResponse
impl<'de> Deserialize<'de> for SendLocalListResponse
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 SendLocalListResponse
impl PartialEq for SendLocalListResponse
source§fn eq(&self, other: &SendLocalListResponse) -> bool
fn eq(&self, other: &SendLocalListResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SendLocalListResponse
impl Serialize for SendLocalListResponse
impl StructuralPartialEq for SendLocalListResponse
Auto Trait Implementations§
impl Freeze for SendLocalListResponse
impl RefUnwindSafe for SendLocalListResponse
impl Send for SendLocalListResponse
impl Sync for SendLocalListResponse
impl Unpin for SendLocalListResponse
impl UnwindSafe for SendLocalListResponse
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