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