pub struct RecordedHistoryEvent {
pub sequence: u64,
pub event: HistoryEvent,
}Fields§
§sequence: u64§event: HistoryEventTrait Implementations§
Source§impl Clone for RecordedHistoryEvent
impl Clone for RecordedHistoryEvent
Source§impl Debug for RecordedHistoryEvent
impl Debug for RecordedHistoryEvent
Source§impl<'de> Deserialize<'de> for RecordedHistoryEvent
impl<'de> Deserialize<'de> for RecordedHistoryEvent
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 RecordedHistoryEvent
impl RefUnwindSafe for RecordedHistoryEvent
impl Send for RecordedHistoryEvent
impl Sync for RecordedHistoryEvent
impl Unpin for RecordedHistoryEvent
impl UnsafeUnpin for RecordedHistoryEvent
impl UnwindSafe for RecordedHistoryEvent
Blanket Implementations§
impl<T> ArtifactLease for T
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