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