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