pub struct SwapError(pub(crate) ());
Expand description
The error returned when a thread attempts to swap with a thread that has dropped its swapper.
Tuple Fields§
§0: ()
Trait Implementations§
source§impl PartialEq for SwapError
impl PartialEq for SwapError
impl Copy for SwapError
impl Eq for SwapError
impl StructuralPartialEq for SwapError
Auto Trait Implementations§
impl Freeze for SwapError
impl RefUnwindSafe for SwapError
impl Send for SwapError
impl Sync for SwapError
impl Unpin for SwapError
impl UnwindSafe for SwapError
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