pub struct AttachDetachNamespacesResponse {
pub attached_volumes: Vec<NavProperty<Volume>>,
}Expand description
The response body for the AttachNamespaces and DetachNamespaces actions.
This type shall contain the properties found in the response body for the AttachNamespaces and
DetachNamespaces actions.
Fields§
§attached_volumes: Vec<NavProperty<Volume>>An array of links to volumes that are attached to this controller instance.
This property shall contain an array of links to resources of type Volume that are attached to
this instance of storage controller.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AttachDetachNamespacesResponse
impl<'de> Deserialize<'de> for AttachDetachNamespacesResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AttachDetachNamespacesResponse
impl RefUnwindSafe for AttachDetachNamespacesResponse
impl Send for AttachDetachNamespacesResponse
impl Sync for AttachDetachNamespacesResponse
impl Unpin for AttachDetachNamespacesResponse
impl UnsafeUnpin for AttachDetachNamespacesResponse
impl UnwindSafe for AttachDetachNamespacesResponse
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