pub struct ProtocolFeatures {
pub expand: ExpandQueryFeatures,
}Expand description
Defines features supported by Redfish protocol. Provides helpers to write code that takes features in account.
Fields§
§expand: ExpandQueryFeaturesExpand query features support.
Trait Implementations§
Source§impl Default for ProtocolFeatures
impl Default for ProtocolFeatures
Source§fn default() -> ProtocolFeatures
fn default() -> ProtocolFeatures
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProtocolFeatures
impl RefUnwindSafe for ProtocolFeatures
impl Send for ProtocolFeatures
impl Sync for ProtocolFeatures
impl Unpin for ProtocolFeatures
impl UnsafeUnpin for ProtocolFeatures
impl UnwindSafe for ProtocolFeatures
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