pub enum WrappedRefCellError<E> {
Contention,
Other(E),
}
Variants§
Trait Implementations§
Source§impl<E: Clone> Clone for WrappedRefCellError<E>
impl<E: Clone> Clone for WrappedRefCellError<E>
Source§fn clone(&self) -> WrappedRefCellError<E>
fn clone(&self) -> WrappedRefCellError<E>
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<E: Debug> Debug for WrappedRefCellError<E>
impl<E: Debug> Debug for WrappedRefCellError<E>
Source§impl<E: Display> Display for WrappedRefCellError<E>
impl<E: Display> Display for WrappedRefCellError<E>
Source§impl<E: Error> Error for WrappedRefCellError<E>
impl<E: Error> Error for WrappedRefCellError<E>
Source§impl<E> From<E> for WrappedRefCellError<E>
impl<E> From<E> for WrappedRefCellError<E>
Source§impl<E: Hash> Hash for WrappedRefCellError<E>
impl<E: Hash> Hash for WrappedRefCellError<E>
Source§impl<E: Ord> Ord for WrappedRefCellError<E>
impl<E: Ord> Ord for WrappedRefCellError<E>
Source§impl<E: PartialEq> PartialEq for WrappedRefCellError<E>
impl<E: PartialEq> PartialEq for WrappedRefCellError<E>
Source§impl<E: PartialOrd> PartialOrd for WrappedRefCellError<E>
impl<E: PartialOrd> PartialOrd for WrappedRefCellError<E>
Source§fn partial_cmp(&self, other: &WrappedRefCellError<E>) -> Option<Ordering>
fn partial_cmp(&self, other: &WrappedRefCellError<E>) -> Option<Ordering>
impl<E: Copy> Copy for WrappedRefCellError<E>
impl<E: Eq> Eq for WrappedRefCellError<E>
impl<E> StructuralPartialEq for WrappedRefCellError<E>
Auto Trait Implementations§
impl<E> Freeze for WrappedRefCellError<E>where
E: Freeze,
impl<E> RefUnwindSafe for WrappedRefCellError<E>where
E: RefUnwindSafe,
impl<E> Send for WrappedRefCellError<E>where
E: Send,
impl<E> Sync for WrappedRefCellError<E>where
E: Sync,
impl<E> Unpin for WrappedRefCellError<E>where
E: Unpin,
impl<E> UnwindSafe for WrappedRefCellError<E>where
E: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)