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