#[non_exhaustive]pub struct CommandAck {}Expand description
Acknowledgement of a submitted ControlCommand. Placeholder.
Trait Implementations§
Source§impl Clone for CommandAck
impl Clone for CommandAck
Source§fn clone(&self) -> CommandAck
fn clone(&self) -> CommandAck
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommandAck
impl Debug for CommandAck
Source§impl Default for CommandAck
impl Default for CommandAck
Source§fn default() -> CommandAck
fn default() -> CommandAck
Returns the “default value” for a type. Read more
Source§impl PartialEq for CommandAck
impl PartialEq for CommandAck
Source§fn eq(&self, other: &CommandAck) -> bool
fn eq(&self, other: &CommandAck) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CommandAck
Auto Trait Implementations§
impl Freeze for CommandAck
impl RefUnwindSafe for CommandAck
impl Send for CommandAck
impl Sync for CommandAck
impl Unpin for CommandAck
impl UnsafeUnpin for CommandAck
impl UnwindSafe for CommandAck
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