pub enum ReactJsxRuntime {
Classic,
Automatic,
}Expand description
React JSX runtime labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ReactJsxRuntime
impl Clone for ReactJsxRuntime
Source§fn clone(&self) -> ReactJsxRuntime
fn clone(&self) -> ReactJsxRuntime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReactJsxRuntime
impl Debug for ReactJsxRuntime
Source§impl Hash for ReactJsxRuntime
impl Hash for ReactJsxRuntime
Source§impl Ord for ReactJsxRuntime
impl Ord for ReactJsxRuntime
Source§fn cmp(&self, other: &ReactJsxRuntime) -> Ordering
fn cmp(&self, other: &ReactJsxRuntime) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReactJsxRuntime
impl PartialEq for ReactJsxRuntime
Source§fn eq(&self, other: &ReactJsxRuntime) -> bool
fn eq(&self, other: &ReactJsxRuntime) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ReactJsxRuntime
impl PartialOrd for ReactJsxRuntime
impl Copy for ReactJsxRuntime
impl Eq for ReactJsxRuntime
impl StructuralPartialEq for ReactJsxRuntime
Auto Trait Implementations§
impl Freeze for ReactJsxRuntime
impl RefUnwindSafe for ReactJsxRuntime
impl Send for ReactJsxRuntime
impl Sync for ReactJsxRuntime
impl Unpin for ReactJsxRuntime
impl UnsafeUnpin for ReactJsxRuntime
impl UnwindSafe for ReactJsxRuntime
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