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