pub struct DeviceCommunicationControlRequest {
pub time_duration: Option<u16>,
pub enable_disable: EnableDisable,
pub password: Option<String>,
}Expand description
DeviceCommunicationControl-Request service parameters.
Fields§
§time_duration: Option<u16>§enable_disable: EnableDisable§password: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for DeviceCommunicationControlRequest
impl Clone for DeviceCommunicationControlRequest
Source§fn clone(&self) -> DeviceCommunicationControlRequest
fn clone(&self) -> DeviceCommunicationControlRequest
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 PartialEq for DeviceCommunicationControlRequest
impl PartialEq for DeviceCommunicationControlRequest
Source§fn eq(&self, other: &DeviceCommunicationControlRequest) -> bool
fn eq(&self, other: &DeviceCommunicationControlRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DeviceCommunicationControlRequest
impl StructuralPartialEq for DeviceCommunicationControlRequest
Auto Trait Implementations§
impl Freeze for DeviceCommunicationControlRequest
impl RefUnwindSafe for DeviceCommunicationControlRequest
impl Send for DeviceCommunicationControlRequest
impl Sync for DeviceCommunicationControlRequest
impl Unpin for DeviceCommunicationControlRequest
impl UnsafeUnpin for DeviceCommunicationControlRequest
impl UnwindSafe for DeviceCommunicationControlRequest
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