Struct interpreter::types::Options
source · pub struct Options {
pub marker: bool,
pub r_val: Option<BufValue>,
pub r_ptr_target: String,
pub r_ptr: BufKeyVal,
}Fields§
§marker: bool§r_val: Option<BufValue>§r_ptr_target: String§r_ptr: BufKeyValImplementations§
source§impl Options
impl Options
pub fn new() -> Self
pub fn set_marker(&mut self)
pub fn set_return_val(&mut self, val: BufValue)
pub fn set_return_ptr(&mut self, target: String, ptr: BufKeyVal)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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