pub struct Convoluted<T>(pub Vec<MaybeBottom<T>>);
Tuple Fields§
§0: Vec<MaybeBottom<T>>
Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for Convoluted<T>
impl<T: Clone> Clone for Convoluted<T>
Source§fn clone(&self) -> Convoluted<T>
fn clone(&self) -> Convoluted<T>
Returns a copy 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<T: Debug> Debug for Convoluted<T>
impl<T: Debug> Debug for Convoluted<T>
Source§impl<T: Display> Display for Convoluted<T>
impl<T: Display> Display for Convoluted<T>
Source§impl<T: Hash> Hash for Convoluted<T>
impl<T: Hash> Hash for Convoluted<T>
Source§impl<T, I> Index<I> for Convoluted<T>where
I: SliceIndex<[MaybeBottom<T>]>,
impl<T, I> Index<I> for Convoluted<T>where
I: SliceIndex<[MaybeBottom<T>]>,
Source§impl<T: Ord> Ord for Convoluted<T>
impl<T: Ord> Ord for Convoluted<T>
Source§fn cmp(&self, other: &Convoluted<T>) -> Ordering
fn cmp(&self, other: &Convoluted<T>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: PartialEq> PartialEq for Convoluted<T>
impl<T: PartialEq> PartialEq for Convoluted<T>
Source§impl<T: Ord> PartialOrd for Convoluted<T>
impl<T: Ord> PartialOrd for Convoluted<T>
impl<T: Eq> Eq for Convoluted<T>
impl<T> StructuralPartialEq for Convoluted<T>
Auto Trait Implementations§
impl<T> Freeze for Convoluted<T>
impl<T> RefUnwindSafe for Convoluted<T>where
T: RefUnwindSafe,
impl<T> Send for Convoluted<T>where
T: Send,
impl<T> Sync for Convoluted<T>where
T: Sync,
impl<T> Unpin for Convoluted<T>where
T: Unpin,
impl<T> UnwindSafe for Convoluted<T>where
T: UnwindSafe,
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