pub struct FixEntry {
pub error_signature: String,
pub resolution: String,
pub files_changed: Vec<String>,
pub timestamp: DateTime<Utc>,
}Fields§
§error_signature: String§resolution: String§files_changed: Vec<String>§timestamp: DateTime<Utc>Trait Implementations§
Source§impl<'de> Deserialize<'de> for FixEntry
impl<'de> Deserialize<'de> for FixEntry
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 FixEntry
impl RefUnwindSafe for FixEntry
impl Send for FixEntry
impl Sync for FixEntry
impl Unpin for FixEntry
impl UnsafeUnpin for FixEntry
impl UnwindSafe for FixEntry
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