pub struct StorageCollection {
pub base: ResourceCollection,
pub members: Vec<NavProperty<Storage>>,
}Expand description
The collection of Storage resource instances.
This resource shall represent a resource collection of Storage instances for a Redfish
implementation.
Fields§
§base: ResourceCollectionBase type
members: Vec<NavProperty<Storage>>The members of this collection.
This property shall contain an array of links to the members of this collection.
Trait Implementations§
Source§impl Debug for StorageCollection
impl Debug for StorageCollection
Source§impl<'de> Deserialize<'de> for StorageCollection
impl<'de> Deserialize<'de> for StorageCollection
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
Source§impl EntityTypeRef for StorageCollection
impl EntityTypeRef for StorageCollection
Source§impl Expandable for StorageCollection
impl Expandable for StorageCollection
impl Send for StorageCollection
SAFETY: All generated data types are Send
impl Sync for StorageCollection
SAFETY: All generated data types are Sync
Auto Trait Implementations§
impl Freeze for StorageCollection
impl RefUnwindSafe for StorageCollection
impl Unpin for StorageCollection
impl UnsafeUnpin for StorageCollection
impl UnwindSafe for StorageCollection
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