pub struct DeleteDeviceNotificationResponse {
pub result: AdsError,
pub command_id: CommandID,
}Expand description
ADS Delete Device Notification
Fields§
§result: AdsError§command_id: CommandIDImplementations§
Trait Implementations§
Source§impl Clone for DeleteDeviceNotificationResponse
impl Clone for DeleteDeviceNotificationResponse
Source§fn clone(&self) -> DeleteDeviceNotificationResponse
fn clone(&self) -> DeleteDeviceNotificationResponse
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 From<DeleteDeviceNotificationResponse> for Response
impl From<DeleteDeviceNotificationResponse> for Response
Source§fn from(response: DeleteDeviceNotificationResponse) -> Self
fn from(response: DeleteDeviceNotificationResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeleteDeviceNotificationResponse
impl PartialEq for DeleteDeviceNotificationResponse
Source§fn eq(&self, other: &DeleteDeviceNotificationResponse) -> bool
fn eq(&self, other: &DeleteDeviceNotificationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryInto<DeleteDeviceNotificationResponse> for Response
impl TryInto<DeleteDeviceNotificationResponse> for Response
Source§type Error = TryIntoError
type Error = TryIntoError
The type returned in the event of a conversion error.
impl Eq for DeleteDeviceNotificationResponse
impl StructuralPartialEq for DeleteDeviceNotificationResponse
Auto Trait Implementations§
impl Freeze for DeleteDeviceNotificationResponse
impl RefUnwindSafe for DeleteDeviceNotificationResponse
impl Send for DeleteDeviceNotificationResponse
impl Sync for DeleteDeviceNotificationResponse
impl Unpin for DeleteDeviceNotificationResponse
impl UnwindSafe for DeleteDeviceNotificationResponse
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