pub struct JournalEvent {
pub at: String,
pub step: String,
pub detail: String,
pub ok: bool,
}Expand description
流水里的一条:什么时候、哪一步、一句话、过没过。
Fields§
§at: String§step: String§detail: String§ok: boolImplementations§
Source§impl JournalEvent
impl JournalEvent
Trait Implementations§
Source§impl Clone for JournalEvent
impl Clone for JournalEvent
Source§fn clone(&self) -> JournalEvent
fn clone(&self) -> JournalEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JournalEvent
impl Debug for JournalEvent
impl Eq for JournalEvent
Source§impl PartialEq for JournalEvent
impl PartialEq for JournalEvent
impl StructuralPartialEq for JournalEvent
Auto Trait Implementations§
impl Freeze for JournalEvent
impl RefUnwindSafe for JournalEvent
impl Send for JournalEvent
impl Sync for JournalEvent
impl Unpin for JournalEvent
impl UnsafeUnpin for JournalEvent
impl UnwindSafe for JournalEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.