pub enum ConstraitType<Cstrnt> {
BlockSameType,
KillSameType,
BlockMatchingMetatdata(Cstrnt),
}Variants§
Trait Implementations§
Source§impl<Cstrnt: Debug> Debug for ConstraitType<Cstrnt>
impl<Cstrnt: Debug> Debug for ConstraitType<Cstrnt>
Source§impl<Cstrnt: PartialEq> PartialEq for ConstraitType<Cstrnt>
impl<Cstrnt: PartialEq> PartialEq for ConstraitType<Cstrnt>
impl<Cstrnt: Eq> Eq for ConstraitType<Cstrnt>
impl<Cstrnt> StructuralPartialEq for ConstraitType<Cstrnt>
Auto Trait Implementations§
impl<Cstrnt> Freeze for ConstraitType<Cstrnt>where
Cstrnt: Freeze,
impl<Cstrnt> RefUnwindSafe for ConstraitType<Cstrnt>where
Cstrnt: RefUnwindSafe,
impl<Cstrnt> Send for ConstraitType<Cstrnt>where
Cstrnt: Send,
impl<Cstrnt> Sync for ConstraitType<Cstrnt>where
Cstrnt: Sync,
impl<Cstrnt> Unpin for ConstraitType<Cstrnt>where
Cstrnt: Unpin,
impl<Cstrnt> UnwindSafe for ConstraitType<Cstrnt>where
Cstrnt: 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