pub struct SnapshotItem {
pub key: String,
pub value: Value,
pub event_id: i64,
}Fields§
§key: String§value: Value§event_id: i64Trait Implementations§
Source§impl Debug for SnapshotItem
impl Debug for SnapshotItem
Source§impl<'de> Deserialize<'de> for SnapshotItem
impl<'de> Deserialize<'de> for SnapshotItem
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 SnapshotItem
impl RefUnwindSafe for SnapshotItem
impl Send for SnapshotItem
impl Sync for SnapshotItem
impl Unpin for SnapshotItem
impl UnsafeUnpin for SnapshotItem
impl UnwindSafe for SnapshotItem
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