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