pub struct AcpDurableHistoryEntry {
pub session_id: String,
pub sequence: u64,
pub timestamp: String,
pub event: AcpDurableEvent,
}Fields§
§session_id: String§sequence: u64§timestamp: String§event: AcpDurableEventTrait Implementations§
Source§impl Clone for AcpDurableHistoryEntry
impl Clone for AcpDurableHistoryEntry
Source§fn clone(&self) -> AcpDurableHistoryEntry
fn clone(&self) -> AcpDurableHistoryEntry
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 AcpDurableHistoryEntry
impl Debug for AcpDurableHistoryEntry
Source§impl<'de> Deserialize<'de> for AcpDurableHistoryEntry
impl<'de> Deserialize<'de> for AcpDurableHistoryEntry
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
impl Eq for AcpDurableHistoryEntry
Source§impl Hash for AcpDurableHistoryEntry
impl Hash for AcpDurableHistoryEntry
Source§impl PartialEq for AcpDurableHistoryEntry
impl PartialEq for AcpDurableHistoryEntry
Source§impl Serialize for AcpDurableHistoryEntry
impl Serialize for AcpDurableHistoryEntry
impl StructuralPartialEq for AcpDurableHistoryEntry
Auto Trait Implementations§
impl Freeze for AcpDurableHistoryEntry
impl RefUnwindSafe for AcpDurableHistoryEntry
impl Send for AcpDurableHistoryEntry
impl Sync for AcpDurableHistoryEntry
impl Unpin for AcpDurableHistoryEntry
impl UnsafeUnpin for AcpDurableHistoryEntry
impl UnwindSafe for AcpDurableHistoryEntry
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