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