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