pub enum BindingsMode {
Hybrid,
Js,
Optimized,
DirectOptimized,
}
Variants§
Trait Implementations§
source§impl Clone for BindingsMode
impl Clone for BindingsMode
source§fn clone(&self) -> BindingsMode
fn clone(&self) -> BindingsMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BindingsMode
impl Debug for BindingsMode
source§impl Default for BindingsMode
impl Default for BindingsMode
source§fn default() -> BindingsMode
fn default() -> BindingsMode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BindingsMode
impl Send for BindingsMode
impl Sync for BindingsMode
impl Unpin for BindingsMode
impl UnwindSafe for BindingsMode
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