pub struct RemoveDeviceReply {
pub address: Address,
pub address_type: AddressType,
}
Expand description
Reply for RemoveDevice
Fields§
§address: Address
§address_type: AddressType
Implementations§
Source§impl RemoveDeviceReply
impl RemoveDeviceReply
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
Trait Implementations§
Source§impl Debug for RemoveDeviceReply
impl Debug for RemoveDeviceReply
Auto Trait Implementations§
impl Freeze for RemoveDeviceReply
impl RefUnwindSafe for RemoveDeviceReply
impl Send for RemoveDeviceReply
impl Sync for RemoveDeviceReply
impl Unpin for RemoveDeviceReply
impl UnwindSafe for RemoveDeviceReply
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