pub struct Mapping { /* private fields */ }Trait Implementations§
Source§impl Runnable for Mapping
impl Runnable for Mapping
fn receive( &mut self, step_result: &StepResult, _gc: &mut GC<OnionObjectCell>, ) -> Result<(), RuntimeError>
fn step(&mut self, _gc: &mut GC<OnionObjectCell>) -> StepResult
fn format_context(&self) -> String
Auto Trait Implementations§
impl Freeze for Mapping
impl !RefUnwindSafe for Mapping
impl Send for Mapping
impl Sync for Mapping
impl Unpin for Mapping
impl !UnwindSafe for Mapping
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