pub struct StorageVolGetInfoResponse(/* private fields */);
Trait Implementations§
Source§impl Debug for StorageVolGetInfoResponse
impl Debug for StorageVolGetInfoResponse
Source§impl Into<VolumeInfo> for StorageVolGetInfoResponse
impl Into<VolumeInfo> for StorageVolGetInfoResponse
Source§fn into(self) -> VolumeInfo
fn into(self) -> VolumeInfo
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for StorageVolGetInfoResponse
impl RefUnwindSafe for StorageVolGetInfoResponse
impl Send for StorageVolGetInfoResponse
impl Sync for StorageVolGetInfoResponse
impl Unpin for StorageVolGetInfoResponse
impl UnwindSafe for StorageVolGetInfoResponse
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