pub struct ComputerSystemCollection {
pub base: ResourceCollection,
pub members: Vec<NavProperty<ComputerSystem>>,
}Expand description
The collection of ComputerSystem resource instances.
This resource shall represent a resource collection of ComputerSystem instances for a Redfish
implementation.
Fields§
§base: ResourceCollectionBase type
members: Vec<NavProperty<ComputerSystem>>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 ComputerSystemCollection
impl Debug for ComputerSystemCollection
Source§impl<'de> Deserialize<'de> for ComputerSystemCollection
impl<'de> Deserialize<'de> for ComputerSystemCollection
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 ComputerSystemCollection
impl RefUnwindSafe for ComputerSystemCollection
impl Send for ComputerSystemCollection
impl Sync for ComputerSystemCollection
impl Unpin for ComputerSystemCollection
impl UnsafeUnpin for ComputerSystemCollection
impl UnwindSafe for ComputerSystemCollection
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