pub struct REPLState<T: HostType> {
pub bindings: Environment<T>,
}Fields§
§bindings: Environment<T>Auto Trait Implementations§
impl<T> !Freeze for REPLState<T>
impl<T> !RefUnwindSafe for REPLState<T>
impl<T> !Send for REPLState<T>
impl<T> !Sync for REPLState<T>
impl<T> Unpin for REPLState<T>where
T: Unpin,
impl<T> !UnwindSafe for REPLState<T>
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