pub struct HttpBootUpdate {
pub boot_media_uri: Option<String>,
}Expand description
Update struct corresponding to HttpBoot
Fields§
§boot_media_uri: Option<String>Implementations§
Trait Implementations§
Source§impl Debug for HttpBootUpdate
impl Debug for HttpBootUpdate
Source§impl Default for HttpBootUpdate
impl Default for HttpBootUpdate
Source§fn default() -> HttpBootUpdate
fn default() -> HttpBootUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpBootUpdate
impl RefUnwindSafe for HttpBootUpdate
impl Send for HttpBootUpdate
impl Sync for HttpBootUpdate
impl Unpin for HttpBootUpdate
impl UnsafeUnpin for HttpBootUpdate
impl UnwindSafe for HttpBootUpdate
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