pub struct CancelPairDevice { /* private fields */ }
Expand description
Cancel Pair Device Command
Implementations§
Source§impl CancelPairDevice
impl CancelPairDevice
Sourcepub fn new(address: Address, address_type: AddressType) -> Self
pub fn new(address: Address, address_type: AddressType) -> Self
Constructs a new CancelPairDevice
.
Trait Implementations§
Source§impl CommandRequest for CancelPairDevice
impl CommandRequest for CancelPairDevice
Source§const CODE: CommandCode = CommandCode::CancelPairDevice
const CODE: CommandCode = CommandCode::CancelPairDevice
Command code.
Source§type Reply = CancelPairDeviceReply
type Reply = CancelPairDeviceReply
Return type for this command.
Source§impl Debug for CancelPairDevice
impl Debug for CancelPairDevice
Source§impl From<CancelPairDevice> for Command
impl From<CancelPairDevice> for Command
Source§fn from(v: CancelPairDevice) -> Self
fn from(v: CancelPairDevice) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CancelPairDevice
impl RefUnwindSafe for CancelPairDevice
impl Send for CancelPairDevice
impl Sync for CancelPairDevice
impl Unpin for CancelPairDevice
impl UnwindSafe for CancelPairDevice
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