Struct rquickjs_core::intrinsic::Operators
source · [−]pub struct Operators;
Expand description
Add operator overloading support
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Operators
impl Send for Operators
impl Sync for Operators
impl Unpin for Operators
impl UnwindSafe for Operators
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more