pub struct RepairReplayInterpretation {
pub replayed: ReplayedCaseState,
}Fields§
§replayed: ReplayedCaseStateTrait Implementations§
Source§impl Clone for RepairReplayInterpretation
impl Clone for RepairReplayInterpretation
Source§fn clone(&self) -> RepairReplayInterpretation
fn clone(&self) -> RepairReplayInterpretation
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 moreAuto Trait Implementations§
impl Freeze for RepairReplayInterpretation
impl RefUnwindSafe for RepairReplayInterpretation
impl Send for RepairReplayInterpretation
impl Sync for RepairReplayInterpretation
impl Unpin for RepairReplayInterpretation
impl UnsafeUnpin for RepairReplayInterpretation
impl UnwindSafe for RepairReplayInterpretation
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