pub struct Options {
pub pre: *const str,
pub r_val: Option<RetBufValue>,
/* private fields */
}
Fields§
§pre: *const str
§r_val: Option<RetBufValue>
Implementations§
Source§impl Options
impl Options
pub fn new() -> Self
pub fn set_return_val(&mut self, val: BufValue)
pub fn set_r_runtime(&mut self, val: Box<dyn RuntimeValue>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl !RefUnwindSafe 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