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