pub struct DesktopAppConf {
pub default_cert_issuer_id: Option<i64>,
pub default_cert_issuer_name: Option<String>,
pub secure_web_access_url: Option<String>,
pub secure_web_proxy_url: Option<String>,
}Fields§
§default_cert_issuer_id: Option<i64>§default_cert_issuer_name: Option<String>§secure_web_access_url: Option<String>§secure_web_proxy_url: Option<String>Implementations§
Source§impl DesktopAppConf
impl DesktopAppConf
pub fn new() -> DesktopAppConf
Trait Implementations§
Source§impl Clone for DesktopAppConf
impl Clone for DesktopAppConf
Source§fn clone(&self) -> DesktopAppConf
fn clone(&self) -> DesktopAppConf
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 DesktopAppConf
impl Debug for DesktopAppConf
Source§impl Default for DesktopAppConf
impl Default for DesktopAppConf
Source§fn default() -> DesktopAppConf
fn default() -> DesktopAppConf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DesktopAppConf
impl<'de> Deserialize<'de> for DesktopAppConf
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 PartialEq for DesktopAppConf
impl PartialEq for DesktopAppConf
Source§fn eq(&self, other: &DesktopAppConf) -> bool
fn eq(&self, other: &DesktopAppConf) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DesktopAppConf
impl Serialize for DesktopAppConf
impl StructuralPartialEq for DesktopAppConf
Auto Trait Implementations§
impl Freeze for DesktopAppConf
impl RefUnwindSafe for DesktopAppConf
impl Send for DesktopAppConf
impl Sync for DesktopAppConf
impl Unpin for DesktopAppConf
impl UnsafeUnpin for DesktopAppConf
impl UnwindSafe for DesktopAppConf
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