Struct sozu_command_lib::config::FileAppFrontendConfig [−][src]
pub struct FileAppFrontendConfig {
pub address: SocketAddr,
pub hostname: Option<String>,
pub path_begin: Option<String>,
pub certificate: Option<String>,
pub key: Option<String>,
pub certificate_chain: Option<String>,
}Fields
address: SocketAddr
hostname: Option<String>
path_begin: Option<String>
certificate: Option<String>
key: Option<String>
certificate_chain: Option<String>
Methods
impl FileAppFrontendConfig[src]
impl FileAppFrontendConfigpub fn to_tcp_front(&self) -> Result<TcpFrontendConfig, String>[src]
pub fn to_tcp_front(&self) -> Result<TcpFrontendConfig, String>pub fn to_http_front(&self, app_id: &str) -> Result<HttpFrontendConfig, String>[src]
pub fn to_http_front(&self, app_id: &str) -> Result<HttpFrontendConfig, String>Trait Implementations
impl Debug for FileAppFrontendConfig[src]
impl Debug for FileAppFrontendConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for FileAppFrontendConfig[src]
impl Clone for FileAppFrontendConfigfn clone(&self) -> FileAppFrontendConfig[src]
fn clone(&self) -> FileAppFrontendConfigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for FileAppFrontendConfig[src]
impl PartialEq for FileAppFrontendConfigfn eq(&self, other: &FileAppFrontendConfig) -> bool[src]
fn eq(&self, other: &FileAppFrontendConfig) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FileAppFrontendConfig) -> bool[src]
fn ne(&self, other: &FileAppFrontendConfig) -> boolThis method tests for !=.
impl Eq for FileAppFrontendConfig[src]
impl Eq for FileAppFrontendConfigimpl Hash for FileAppFrontendConfig[src]
impl Hash for FileAppFrontendConfigAuto Trait Implementations
impl Send for FileAppFrontendConfig
impl Send for FileAppFrontendConfigimpl Sync for FileAppFrontendConfig
impl Sync for FileAppFrontendConfig