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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 Freeze for BindingsMode
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