pub struct OemUpdate {
pub additional_properties: AdditionalProperties,
}Expand description
Update struct corresponding to Oem
Fields§
§additional_properties: AdditionalPropertiesImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OemUpdate
impl RefUnwindSafe for OemUpdate
impl Send for OemUpdate
impl Sync for OemUpdate
impl Unpin for OemUpdate
impl UnsafeUnpin for OemUpdate
impl UnwindSafe for OemUpdate
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