pub struct ItemOrCollection {
pub odata_id: ODataId,
pub odata_etag: Option<ODataETag>,
pub redfish_settings: Option<Settings>,
pub redfish_settings_apply_type: Option<PreferredApplyTime>,
}Fields§
§odata_id: ODataId§odata_etag: Option<ODataETag>§redfish_settings: Option<Settings>§redfish_settings_apply_type: Option<PreferredApplyTime>Trait Implementations§
Source§impl Debug for ItemOrCollection
impl Debug for ItemOrCollection
Source§impl<'de> Deserialize<'de> for ItemOrCollection
impl<'de> Deserialize<'de> for ItemOrCollection
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 ItemOrCollection
impl EntityTypeRef for ItemOrCollection
Source§impl Expandable for ItemOrCollection
impl Expandable for ItemOrCollection
Source§impl RedfishSettings<ItemOrCollection> for ItemOrCollection
impl RedfishSettings<ItemOrCollection> for ItemOrCollection
Source§fn settings_object(&self) -> Option<NavProperty<Self>>
fn settings_object(&self) -> Option<NavProperty<Self>>
Reference to the enity type object.
impl Send for ItemOrCollection
SAFETY: All generated data types are Send
impl Sync for ItemOrCollection
SAFETY: All generated data types are Sync
Auto Trait Implementations§
impl Freeze for ItemOrCollection
impl RefUnwindSafe for ItemOrCollection
impl Unpin for ItemOrCollection
impl UnsafeUnpin for ItemOrCollection
impl UnwindSafe for ItemOrCollection
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