pub struct EClass { /* private fields */ }
Expand description
An EClass entry. Contains either a single new enode and a child eclass (i.e., adds one new enode), or unions two child eclasses together.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EClass
impl RefUnwindSafe for EClass
impl Send for EClass
impl Sync for EClass
impl Unpin for EClass
impl UnwindSafe for EClass
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