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