Struct rapid_cli::rapid_config::config::ReactFrameworkConfig
source · pub struct ReactFrameworkConfig {
pub server_port: Option<u16>,
pub is_logging: Option<bool>,
pub show_error_pages: Option<bool>,
pub serve_static_files: Option<bool>,
pub bindings_export_path: Option<String>,
pub typescript_generation: Option<bool>,
pub typescript_generation_directory: Option<String>,
}Fields§
§server_port: Option<u16>§is_logging: Option<bool>§show_error_pages: Option<bool>§serve_static_files: Option<bool>§bindings_export_path: Option<String>§typescript_generation: Option<bool>§typescript_generation_directory: Option<String>Trait Implementations§
source§impl Clone for ReactFrameworkConfig
impl Clone for ReactFrameworkConfig
source§fn clone(&self) -> ReactFrameworkConfig
fn clone(&self) -> ReactFrameworkConfig
Returns a copy 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<'de> Deserialize<'de> for ReactFrameworkConfig
impl<'de> Deserialize<'de> for ReactFrameworkConfig
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
Auto Trait Implementations§
impl RefUnwindSafe for ReactFrameworkConfig
impl Send for ReactFrameworkConfig
impl Sync for ReactFrameworkConfig
impl Unpin for ReactFrameworkConfig
impl UnwindSafe for ReactFrameworkConfig
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