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