pub enum FrontendFramework {
React,
SolidJS,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FrontendFramework
impl Clone for FrontendFramework
Source§fn clone(&self) -> FrontendFramework
fn clone(&self) -> FrontendFramework
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 moreSource§impl Debug for FrontendFramework
impl Debug for FrontendFramework
Source§impl Display for FrontendFramework
impl Display for FrontendFramework
Source§impl FromStr for FrontendFramework
impl FromStr for FrontendFramework
Source§impl IntoEnumIterator for FrontendFramework
impl IntoEnumIterator for FrontendFramework
type Iterator = FrontendFrameworkIter
fn iter() -> FrontendFrameworkIter ⓘ
Auto Trait Implementations§
impl Freeze for FrontendFramework
impl RefUnwindSafe for FrontendFramework
impl Send for FrontendFramework
impl Sync for FrontendFramework
impl Unpin for FrontendFramework
impl UnwindSafe for FrontendFramework
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