pub struct StoragePoolGetInfoResponse(/* private fields */);
Trait Implementations§
Source§impl Debug for StoragePoolGetInfoResponse
impl Debug for StoragePoolGetInfoResponse
Source§impl From<StoragePoolGetInfoResponse> for StoragePoolInfo
impl From<StoragePoolGetInfoResponse> for StoragePoolInfo
Source§fn from(v: StoragePoolGetInfoResponse) -> Self
fn from(v: StoragePoolGetInfoResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StoragePoolGetInfoResponse
impl RefUnwindSafe for StoragePoolGetInfoResponse
impl Send for StoragePoolGetInfoResponse
impl Sync for StoragePoolGetInfoResponse
impl Unpin for StoragePoolGetInfoResponse
impl UnwindSafe for StoragePoolGetInfoResponse
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