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