pub struct ReplayState { /* private fields */ }Expand description
Tracked-document replay helper used by oxicode-cli's restart monitor.
Implementations§
Trait Implementations§
Source§impl Debug for ReplayState
impl Debug for ReplayState
Source§impl Default for ReplayState
impl Default for ReplayState
Source§fn default() -> ReplayState
fn default() -> ReplayState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ReplayState
impl !RefUnwindSafe for ReplayState
impl Send for ReplayState
impl Sync for ReplayState
impl Unpin for ReplayState
impl UnsafeUnpin for ReplayState
impl UnwindSafe for ReplayState
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