pub enum ProjectFrontend {
Jsx,
Tsx,
}Expand description
Source format used for generated React components.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ProjectFrontend
impl Clone for ProjectFrontend
Source§fn clone(&self) -> ProjectFrontend
fn clone(&self) -> ProjectFrontend
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 moreimpl Copy for ProjectFrontend
Source§impl Debug for ProjectFrontend
impl Debug for ProjectFrontend
Source§impl Default for ProjectFrontend
impl Default for ProjectFrontend
Source§fn default() -> ProjectFrontend
fn default() -> ProjectFrontend
Returns the “default value” for a type. Read more
impl Eq for ProjectFrontend
Source§impl FromStr for ProjectFrontend
impl FromStr for ProjectFrontend
Source§impl PartialEq for ProjectFrontend
impl PartialEq for ProjectFrontend
impl StructuralPartialEq for ProjectFrontend
Auto Trait Implementations§
impl Freeze for ProjectFrontend
impl RefUnwindSafe for ProjectFrontend
impl Send for ProjectFrontend
impl Sync for ProjectFrontend
impl Unpin for ProjectFrontend
impl UnsafeUnpin for ProjectFrontend
impl UnwindSafe for ProjectFrontend
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