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