pub enum EtaChangeKind {
Expanded,
Reduced,
KReduced,
ProjRewritten,
}Variants§
Trait Implementations§
Source§impl Clone for EtaChangeKind
impl Clone for EtaChangeKind
Source§fn clone(&self) -> EtaChangeKind
fn clone(&self) -> EtaChangeKind
Returns a duplicate 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 Debug for EtaChangeKind
impl Debug for EtaChangeKind
Source§impl PartialEq for EtaChangeKind
impl PartialEq for EtaChangeKind
impl Copy for EtaChangeKind
impl Eq for EtaChangeKind
impl StructuralPartialEq for EtaChangeKind
Auto Trait Implementations§
impl Freeze for EtaChangeKind
impl RefUnwindSafe for EtaChangeKind
impl Send for EtaChangeKind
impl Sync for EtaChangeKind
impl Unpin for EtaChangeKind
impl UnsafeUnpin for EtaChangeKind
impl UnwindSafe for EtaChangeKind
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