pub struct CancelPairDeviceReply { /* private fields */ }
Expand description
Reply for CancelPairDevice
Implementations§
Source§impl CancelPairDeviceReply
impl CancelPairDeviceReply
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
Trait Implementations§
Source§impl Debug for CancelPairDeviceReply
impl Debug for CancelPairDeviceReply
Auto Trait Implementations§
impl Freeze for CancelPairDeviceReply
impl RefUnwindSafe for CancelPairDeviceReply
impl Send for CancelPairDeviceReply
impl Sync for CancelPairDeviceReply
impl Unpin for CancelPairDeviceReply
impl UnwindSafe for CancelPairDeviceReply
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