pub struct VersionHistory {
pub id: i32,
pub timestamp: String,
pub version: String,
pub build: String,
}Expand description
VersionHistory : VersionHistory Serializer
Fields§
§id: i32§timestamp: String§version: String§build: StringImplementations§
Trait Implementations§
Source§impl Clone for VersionHistory
impl Clone for VersionHistory
Source§fn clone(&self) -> VersionHistory
fn clone(&self) -> VersionHistory
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 moreSource§impl Debug for VersionHistory
impl Debug for VersionHistory
Source§impl Default for VersionHistory
impl Default for VersionHistory
Source§fn default() -> VersionHistory
fn default() -> VersionHistory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VersionHistory
impl<'de> Deserialize<'de> for VersionHistory
Source§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
Source§impl PartialEq for VersionHistory
impl PartialEq for VersionHistory
Source§impl Serialize for VersionHistory
impl Serialize for VersionHistory
impl StructuralPartialEq for VersionHistory
Auto Trait Implementations§
impl Freeze for VersionHistory
impl RefUnwindSafe for VersionHistory
impl Send for VersionHistory
impl Sync for VersionHistory
impl Unpin for VersionHistory
impl UnsafeUnpin for VersionHistory
impl UnwindSafe for VersionHistory
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