pub struct FactLocalTrace { /* private fields */ }Expand description
Local replayable trace reference.
Implementations§
Trait Implementations§
Source§impl Clone for FactLocalTrace
impl Clone for FactLocalTrace
Source§fn clone(&self) -> FactLocalTrace
fn clone(&self) -> FactLocalTrace
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 FactLocalTrace
impl Debug for FactLocalTrace
Source§impl PartialEq for FactLocalTrace
impl PartialEq for FactLocalTrace
Source§impl Serialize for FactLocalTrace
impl Serialize for FactLocalTrace
impl Eq for FactLocalTrace
impl StructuralPartialEq for FactLocalTrace
Auto Trait Implementations§
impl Freeze for FactLocalTrace
impl RefUnwindSafe for FactLocalTrace
impl Send for FactLocalTrace
impl Sync for FactLocalTrace
impl Unpin for FactLocalTrace
impl UnsafeUnpin for FactLocalTrace
impl UnwindSafe for FactLocalTrace
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