pub struct Core { /* private fields */ }Expand description
A cloneable handle over a node slot in a shared graph arena. The reentrant
wave-engine methods live here; each manages its own short borrow scopes so calls
into other nodes (or back into this one via ctx.down) are never made while a
borrow is held.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Core
impl !RefUnwindSafe for Core
impl !Send for Core
impl !Sync for Core
impl Unpin for Core
impl UnsafeUnpin for Core
impl !UnwindSafe for Core
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