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