pub enum Frameworks {
Show 26 variants
Django,
Express,
Phoenix,
Spring,
Laravel,
Beego,
Fastapi,
AspNetCore,
Hapi,
Celery,
Flask,
Gin,
Docker,
Fastify,
Nest,
Symfony,
Yii,
Angular,
Ember,
NextJs,
Nuxt,
Preact,
React,
Svelte,
Vue,
Another,
}Expand description
Frameworks : Фреймворк приложения. Фреймворк приложения.
Variants§
Django
Express
Phoenix
Spring
Laravel
Beego
Fastapi
AspNetCore
Hapi
Celery
Flask
Gin
Docker
Fastify
Nest
Symfony
Yii
Angular
Ember
NextJs
Nuxt
Preact
React
Svelte
Vue
Another
Trait Implementations§
Source§impl Clone for Frameworks
impl Clone for Frameworks
Source§fn clone(&self) -> Frameworks
fn clone(&self) -> Frameworks
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 Frameworks
impl Debug for Frameworks
Source§impl Default for Frameworks
impl Default for Frameworks
Source§fn default() -> Frameworks
fn default() -> Frameworks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Frameworks
impl<'de> Deserialize<'de> for Frameworks
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for Frameworks
impl Display for Frameworks
Source§impl Hash for Frameworks
impl Hash for Frameworks
Source§impl Ord for Frameworks
impl Ord for Frameworks
Source§fn cmp(&self, other: &Frameworks) -> Ordering
fn cmp(&self, other: &Frameworks) -> 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 Frameworks
impl PartialEq for Frameworks
Source§fn eq(&self, other: &Frameworks) -> bool
fn eq(&self, other: &Frameworks) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Frameworks
impl PartialOrd for Frameworks
Source§impl Serialize for Frameworks
impl Serialize for Frameworks
impl Copy for Frameworks
impl Eq for Frameworks
impl StructuralPartialEq for Frameworks
Auto Trait Implementations§
impl Freeze for Frameworks
impl RefUnwindSafe for Frameworks
impl Send for Frameworks
impl Sync for Frameworks
impl Unpin for Frameworks
impl UnsafeUnpin for Frameworks
impl UnwindSafe for Frameworks
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