pub struct ErrorLogEntry {
pub error: String,
pub timestamp: String,
}Fields§
§error: String§timestamp: StringTrait Implementations§
Source§impl Clone for ErrorLogEntry
impl Clone for ErrorLogEntry
Source§fn clone(&self) -> ErrorLogEntry
fn clone(&self) -> ErrorLogEntry
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 ErrorLogEntry
impl Debug for ErrorLogEntry
Source§impl<'de> Deserialize<'de> for ErrorLogEntry
impl<'de> Deserialize<'de> for ErrorLogEntry
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 ErrorLogEntry
impl RefUnwindSafe for ErrorLogEntry
impl Send for ErrorLogEntry
impl Sync for ErrorLogEntry
impl Unpin for ErrorLogEntry
impl UnsafeUnpin for ErrorLogEntry
impl UnwindSafe for ErrorLogEntry
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