Enum SolidJsxRuntime
pub enum SolidJsxRuntime {
Classic,
Automatic,
}Expand description
SolidJS JSX runtime labels.
Variants§
Implementations§
§impl SolidJsxRuntime
impl SolidJsxRuntime
Trait Implementations§
§impl Clone for SolidJsxRuntime
impl Clone for SolidJsxRuntime
§fn clone(&self) -> SolidJsxRuntime
fn clone(&self) -> SolidJsxRuntime
Returns a duplicate 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 more§impl Debug for SolidJsxRuntime
impl Debug for SolidJsxRuntime
§impl Display for SolidJsxRuntime
impl Display for SolidJsxRuntime
§impl FromStr for SolidJsxRuntime
impl FromStr for SolidJsxRuntime
§type Err = SolidNameError
type Err = SolidNameError
The associated error which can be returned from parsing.
§fn from_str(
input: &str,
) -> Result<SolidJsxRuntime, <SolidJsxRuntime as FromStr>::Err>
fn from_str( input: &str, ) -> Result<SolidJsxRuntime, <SolidJsxRuntime as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for SolidJsxRuntime
impl Hash for SolidJsxRuntime
§impl Ord for SolidJsxRuntime
impl Ord for SolidJsxRuntime
§impl PartialEq for SolidJsxRuntime
impl PartialEq for SolidJsxRuntime
§impl PartialOrd for SolidJsxRuntime
impl PartialOrd for SolidJsxRuntime
impl Copy for SolidJsxRuntime
impl Eq for SolidJsxRuntime
impl StructuralPartialEq for SolidJsxRuntime
Auto Trait Implementations§
impl Freeze for SolidJsxRuntime
impl RefUnwindSafe for SolidJsxRuntime
impl Send for SolidJsxRuntime
impl Sync for SolidJsxRuntime
impl Unpin for SolidJsxRuntime
impl UnsafeUnpin for SolidJsxRuntime
impl UnwindSafe for SolidJsxRuntime
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