pub struct StoragePoolLookupByUuidResponse(/* private fields */);
Trait Implementations§
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 StoragePoolLookupByUuidResponse
impl RefUnwindSafe for StoragePoolLookupByUuidResponse
impl Send for StoragePoolLookupByUuidResponse
impl Sync for StoragePoolLookupByUuidResponse
impl Unpin for StoragePoolLookupByUuidResponse
impl UnwindSafe for StoragePoolLookupByUuidResponse
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