pub struct EClass<L: Language, D> {
pub id: Id,
pub nodes: Vec<L>,
pub data: D,
}Fields§
§id: Id§nodes: Vec<L>§data: DTrait Implementations§
Auto Trait Implementations§
impl<L, D> Freeze for EClass<L, D>where
D: Freeze,
impl<L, D> RefUnwindSafe for EClass<L, D>where
D: RefUnwindSafe,
L: RefUnwindSafe,
impl<L, D> Send for EClass<L, D>
impl<L, D> Sync for EClass<L, D>
impl<L, D> Unpin for EClass<L, D>
impl<L, D> UnsafeUnpin for EClass<L, D>where
D: UnsafeUnpin,
impl<L, D> UnwindSafe for EClass<L, D>where
D: UnwindSafe,
L: 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