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
sourceimpl Clone for SendLocalListResponse
impl Clone for SendLocalListResponse
sourcefn clone(&self) -> SendLocalListResponse
fn clone(&self) -> SendLocalListResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SendLocalListResponse
impl Debug for SendLocalListResponse
sourceimpl<'de> Deserialize<'de> for SendLocalListResponse
impl<'de> Deserialize<'de> for SendLocalListResponse
sourcefn 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
sourceimpl PartialEq<SendLocalListResponse> for SendLocalListResponse
impl PartialEq<SendLocalListResponse> for SendLocalListResponse
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &SendLocalListResponse) -> bool
fn ne(&self, other: &SendLocalListResponse) -> bool
This method tests for !=
.
sourceimpl Serialize for SendLocalListResponse
impl Serialize for SendLocalListResponse
impl StructuralPartialEq for SendLocalListResponse
Auto Trait Implementations
impl RefUnwindSafe for SendLocalListResponse
impl Send for SendLocalListResponse
impl Sync for SendLocalListResponse
impl Unpin for SendLocalListResponse
impl UnwindSafe for SendLocalListResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more