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