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