Struct rapid_cli::rapid_config::config::RemixConfig
source · pub struct RemixConfig {
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>,
}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>Trait Implementations§
source§impl Clone for RemixConfig
impl Clone for RemixConfig
source§fn clone(&self) -> RemixConfig
fn clone(&self) -> RemixConfig
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 RemixConfig
impl<'de> Deserialize<'de> for RemixConfig
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 RemixConfig
impl Send for RemixConfig
impl Sync for RemixConfig
impl Unpin for RemixConfig
impl UnwindSafe for RemixConfig
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