pub struct LiveReplayGap {
pub session_id: String,
pub requested_cursor: SessionCursor,
pub latest_cursor: SessionCursor,
pub latest_revision: SessionRevision,
pub reason: LiveReplayGapReason,
}Fields§
§session_id: String§requested_cursor: SessionCursor§latest_cursor: SessionCursor§latest_revision: SessionRevision§reason: LiveReplayGapReasonTrait Implementations§
Source§impl Clone for LiveReplayGap
impl Clone for LiveReplayGap
Source§fn clone(&self) -> LiveReplayGap
fn clone(&self) -> LiveReplayGap
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 LiveReplayGap
impl Debug for LiveReplayGap
Source§impl<'de> Deserialize<'de> for LiveReplayGap
impl<'de> Deserialize<'de> for LiveReplayGap
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 LiveReplayGap
impl RefUnwindSafe for LiveReplayGap
impl Send for LiveReplayGap
impl Sync for LiveReplayGap
impl Unpin for LiveReplayGap
impl UnsafeUnpin for LiveReplayGap
impl UnwindSafe for LiveReplayGap
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