Struct UpdateEvent
pub struct UpdateEvent {
pub version_pre: String,
pub version_post: String,
}Expand description
Nxp update event.
Fields§
§version_pre: StringPrevious version.
version_post: StringNew version.
Trait Implementations§
§impl Clone for UpdateEvent
impl Clone for UpdateEvent
§fn clone(&self) -> UpdateEvent
fn clone(&self) -> UpdateEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for UpdateEvent
impl Debug for UpdateEvent
§impl<'de> Deserialize<'de> for UpdateEvent
impl<'de> Deserialize<'de> for UpdateEvent
§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl PartialEq for UpdateEvent
impl PartialEq for UpdateEvent
§impl Serialize for UpdateEvent
impl Serialize for UpdateEvent
impl StructuralPartialEq for UpdateEvent
Auto Trait Implementations§
impl Freeze for UpdateEvent
impl RefUnwindSafe for UpdateEvent
impl Send for UpdateEvent
impl Sync for UpdateEvent
impl Unpin for UpdateEvent
impl UnwindSafe for UpdateEvent
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