pub struct HTTPBoot {
pub boot_media_uri: Option<String>,
}
Expand description
The HTTP and HTTPS boot capabilities, status, and configuration for a network device function.
Fields§
§boot_media_uri: Option<String>
The URI of the boot media loaded with this network device function.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HTTPBoot
impl<'de> Deserialize<'de> for HTTPBoot
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 Metadata<'static> for HTTPBoot
impl Metadata<'static> for HTTPBoot
Source§const JSON_SCHEMA: &'static str = "NetworkDeviceFunction.v1_9_0.json"
const JSON_SCHEMA: &'static str = "NetworkDeviceFunction.v1_9_0.json"
Name of the json-schema file that describes the entity that implements this trait. Should
be only the file name, so that it can be resolved relative to the URL of the redfish
service, or the public Redfish schema index.
Auto Trait Implementations§
impl Freeze for HTTPBoot
impl RefUnwindSafe for HTTPBoot
impl Send for HTTPBoot
impl Sync for HTTPBoot
impl Unpin for HTTPBoot
impl UnwindSafe for HTTPBoot
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