Enum typewit::MetaBaseTypeWit
source · pub enum MetaBaseTypeWit<L: ?Sized, R: ?Sized, W> {
Eq(TypeEq<W, TypeEq<L, R>>),
Ne(TypeEq<W, TypeNe<L, R>>),
Cmp(TypeEq<W, TypeCmp<L, R>>),
}
Variants§
Eq(TypeEq<W, TypeEq<L, R>>)
where W == TypeEq<L, R>
Ne(TypeEq<W, TypeNe<L, R>>)
where W == TypeNe<L, R>
Cmp(TypeEq<W, TypeCmp<L, R>>)
where W == TypeCmp<L, R>
Implementations§
Trait Implementations§
source§impl<L: ?Sized, R: ?Sized> MakeTypeWitness for MetaBaseTypeWit<L, R, TypeCmp<L, R>>
impl<L: ?Sized, R: ?Sized> MakeTypeWitness for MetaBaseTypeWit<L, R, TypeCmp<L, R>>
source§impl<L: ?Sized, R: ?Sized> MakeTypeWitness for MetaBaseTypeWit<L, R, TypeEq<L, R>>
impl<L: ?Sized, R: ?Sized> MakeTypeWitness for MetaBaseTypeWit<L, R, TypeEq<L, R>>
source§impl<L: ?Sized, R: ?Sized> MakeTypeWitness for MetaBaseTypeWit<L, R, TypeNe<L, R>>
impl<L: ?Sized, R: ?Sized> MakeTypeWitness for MetaBaseTypeWit<L, R, TypeNe<L, R>>
source§impl<L: ?Sized, R: ?Sized, W> TypeWitnessTypeArg for MetaBaseTypeWit<L, R, W>
impl<L: ?Sized, R: ?Sized, W> TypeWitnessTypeArg for MetaBaseTypeWit<L, R, W>
impl<L: ?Sized, R: ?Sized, W> Copy for MetaBaseTypeWit<L, R, W>
Auto Trait Implementations§
impl<L, R, W> Freeze for MetaBaseTypeWit<L, R, W>
impl<L, R, W> RefUnwindSafe for MetaBaseTypeWit<L, R, W>
impl<L, R, W> Send for MetaBaseTypeWit<L, R, W>
impl<L, R, W> Sync for MetaBaseTypeWit<L, R, W>
impl<L, R, W> Unpin for MetaBaseTypeWit<L, R, W>
impl<L, R, W> UnwindSafe for MetaBaseTypeWit<L, R, W>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§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
)