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