pub struct FailPointTx { /* private fields */ }Expand description
A failpoint registry and event sender used by fail_point_send!.
Implementations§
Source§impl FailPointTx
impl FailPointTx
Trait Implementations§
Source§impl Clone for FailPointTx
impl Clone for FailPointTx
Source§fn clone(&self) -> FailPointTx
fn clone(&self) -> FailPointTx
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 FailPointTx
impl RefUnwindSafe for FailPointTx
impl Send for FailPointTx
impl Sync for FailPointTx
impl Unpin for FailPointTx
impl UnsafeUnpin for FailPointTx
impl UnwindSafe for FailPointTx
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