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