pub struct EvalStmt {
pub obj_to_eval: Obj,
pub line_file: LineFile,
}Fields§
§obj_to_eval: Obj§line_file: LineFileImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvalStmt
impl RefUnwindSafe for EvalStmt
impl !Send for EvalStmt
impl !Sync for EvalStmt
impl Unpin for EvalStmt
impl UnsafeUnpin for EvalStmt
impl UnwindSafe for EvalStmt
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