pub struct CommunicationControlResponse {
pub control_type: ControlType,
}Fields§
§control_type: ControlTypeTrait Implementations§
Source§impl Clone for CommunicationControlResponse
impl Clone for CommunicationControlResponse
Source§fn clone(&self) -> CommunicationControlResponse
fn clone(&self) -> CommunicationControlResponse
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 Debug for CommunicationControlResponse
impl Debug for CommunicationControlResponse
Source§impl FrameRead<'_> for CommunicationControlResponse
impl FrameRead<'_> for CommunicationControlResponse
Source§impl Ord for CommunicationControlResponse
impl Ord for CommunicationControlResponse
Source§fn cmp(&self, other: &CommunicationControlResponse) -> Ordering
fn cmp(&self, other: &CommunicationControlResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CommunicationControlResponse
impl PartialEq for CommunicationControlResponse
Source§fn eq(&self, other: &CommunicationControlResponse) -> bool
fn eq(&self, other: &CommunicationControlResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CommunicationControlResponse
impl PartialOrd for CommunicationControlResponse
impl Eq for CommunicationControlResponse
impl StructuralPartialEq for CommunicationControlResponse
Auto Trait Implementations§
impl Freeze for CommunicationControlResponse
impl RefUnwindSafe for CommunicationControlResponse
impl Send for CommunicationControlResponse
impl Sync for CommunicationControlResponse
impl Unpin for CommunicationControlResponse
impl UnsafeUnpin for CommunicationControlResponse
impl UnwindSafe for CommunicationControlResponse
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