pub struct BuildHistoryEntry {
pub rev: String,
pub srcmd5: String,
pub versrel: String,
pub bcnt: String,
pub time: String,
pub duration: String,
}Fields§
§rev: String§srcmd5: String§versrel: String§bcnt: String§time: String§duration: StringTrait Implementations§
Source§impl Debug for BuildHistoryEntry
impl Debug for BuildHistoryEntry
Source§impl<'de> Deserialize<'de> for BuildHistoryEntry
impl<'de> Deserialize<'de> for BuildHistoryEntry
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
Auto Trait Implementations§
impl Freeze for BuildHistoryEntry
impl RefUnwindSafe for BuildHistoryEntry
impl Send for BuildHistoryEntry
impl Sync for BuildHistoryEntry
impl Unpin for BuildHistoryEntry
impl UnsafeUnpin for BuildHistoryEntry
impl UnwindSafe for BuildHistoryEntry
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