pub struct DeviceNotificationRequest { /* private fields */ }
Expand description
ADS read device info request
Implementations§
Trait Implementations§
Source§impl Clone for DeviceNotificationRequest
impl Clone for DeviceNotificationRequest
Source§fn clone(&self) -> DeviceNotificationRequest
fn clone(&self) -> DeviceNotificationRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeviceNotificationRequest
impl Debug for DeviceNotificationRequest
Source§impl Default for DeviceNotificationRequest
impl Default for DeviceNotificationRequest
Source§impl From<DeviceNotificationRequest> for Request
impl From<DeviceNotificationRequest> for Request
Source§fn from(request: DeviceNotificationRequest) -> Self
fn from(request: DeviceNotificationRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeviceNotificationRequest
impl PartialEq for DeviceNotificationRequest
Source§fn eq(&self, other: &DeviceNotificationRequest) -> bool
fn eq(&self, other: &DeviceNotificationRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl TryInto<DeviceNotificationRequest> for Request
impl TryInto<DeviceNotificationRequest> for Request
Source§type Error = TryIntoError
type Error = TryIntoError
The type returned in the event of a conversion error.
impl Eq for DeviceNotificationRequest
impl StructuralPartialEq for DeviceNotificationRequest
Auto Trait Implementations§
impl Freeze for DeviceNotificationRequest
impl RefUnwindSafe for DeviceNotificationRequest
impl Send for DeviceNotificationRequest
impl Sync for DeviceNotificationRequest
impl Unpin for DeviceNotificationRequest
impl UnwindSafe for DeviceNotificationRequest
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