Struct dioxus_cli_config::WebHttpsConfig
source · pub struct WebHttpsConfig {
pub enabled: Option<bool>,
pub mkcert: Option<bool>,
pub key_path: Option<String>,
pub cert_path: Option<String>,
}Fields§
§enabled: Option<bool>§mkcert: Option<bool>§key_path: Option<String>§cert_path: Option<String>Trait Implementations§
source§impl Clone for WebHttpsConfig
impl Clone for WebHttpsConfig
source§fn clone(&self) -> WebHttpsConfig
fn clone(&self) -> WebHttpsConfig
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 Debug for WebHttpsConfig
impl Debug for WebHttpsConfig
source§impl Default for WebHttpsConfig
impl Default for WebHttpsConfig
source§fn default() -> WebHttpsConfig
fn default() -> WebHttpsConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WebHttpsConfig
impl<'de> Deserialize<'de> for WebHttpsConfig
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 Freeze for WebHttpsConfig
impl RefUnwindSafe for WebHttpsConfig
impl Send for WebHttpsConfig
impl Sync for WebHttpsConfig
impl Unpin for WebHttpsConfig
impl UnwindSafe for WebHttpsConfig
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