pub struct DeterministicReplayObserver;Trait Implementations§
Source§impl Clone for DeterministicReplayObserver
impl Clone for DeterministicReplayObserver
Source§fn clone(&self) -> DeterministicReplayObserver
fn clone(&self) -> DeterministicReplayObserver
Returns a duplicate of the value. Read more
1.0.0 · 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 DeterministicReplayObserver
impl Debug for DeterministicReplayObserver
Source§impl Default for DeterministicReplayObserver
impl Default for DeterministicReplayObserver
Source§fn default() -> DeterministicReplayObserver
fn default() -> DeterministicReplayObserver
Returns the “default value” for a type. Read more
Source§impl NonIntrusiveDsfbObserver for DeterministicReplayObserver
impl NonIntrusiveDsfbObserver for DeterministicReplayObserver
fn observe(&self, observations: &[DsfbObserverInput]) -> Vec<DsfbAdvisoryOutput>
fn integration_mode(&self) -> &'static str
impl Copy for DeterministicReplayObserver
Auto Trait Implementations§
impl Freeze for DeterministicReplayObserver
impl RefUnwindSafe for DeterministicReplayObserver
impl Send for DeterministicReplayObserver
impl Sync for DeterministicReplayObserver
impl Unpin for DeterministicReplayObserver
impl UnsafeUnpin for DeterministicReplayObserver
impl UnwindSafe for DeterministicReplayObserver
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