pub struct StoragePool(/* private fields */);
Trait Implementations§
Source§impl Debug for StoragePool
impl Debug for StoragePool
Source§impl From<remote_nonnull_storage_pool> for StoragePool
impl From<remote_nonnull_storage_pool> for StoragePool
Source§fn from(inner: remote_nonnull_storage_pool) -> Self
fn from(inner: remote_nonnull_storage_pool) -> Self
Converts to this type from the input type.
Source§impl Into<StoragePool> for StoragePoolDefineXmlResponse
impl Into<StoragePool> for StoragePoolDefineXmlResponse
Source§fn into(self) -> StoragePool
fn into(self) -> StoragePool
Converts this type into the (usually inferred) input type.
Source§impl Into<StoragePool> for StoragePoolLookupByNameResponse
impl Into<StoragePool> for StoragePoolLookupByNameResponse
Source§fn into(self) -> StoragePool
fn into(self) -> StoragePool
Converts this type into the (usually inferred) input type.
Source§impl Into<StoragePool> for StoragePoolLookupByUuidResponse
impl Into<StoragePool> for StoragePoolLookupByUuidResponse
Source§fn into(self) -> StoragePool
fn into(self) -> StoragePool
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for StoragePool
impl RefUnwindSafe for StoragePool
impl Send for StoragePool
impl Sync for StoragePool
impl Unpin for StoragePool
impl UnwindSafe for StoragePool
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