pub struct ValueOf { /* private fields */ }Trait Implementations§
Source§impl Outputable for ValueOf
impl Outputable for ValueOf
fn eval(&self, it: &Interpreter) -> Value
impl StructuralPartialEq for ValueOf
Auto Trait Implementations§
impl Freeze for ValueOf
impl RefUnwindSafe for ValueOf
impl Send for ValueOf
impl Sync for ValueOf
impl Unpin for ValueOf
impl UnwindSafe for ValueOf
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