pub struct JlsServerConfig {
pub inner: JlsConfig,
pub upstream_addr: Option<String>,
}Expand description
Jls Server Configuration
Fields§
§inner: JlsConfigJls password and iv
upstream_addr: Option<String>upstream address, for example, example.com:443
Implementations§
Trait Implementations§
Source§impl Clone for JlsServerConfig
impl Clone for JlsServerConfig
Source§fn clone(&self) -> JlsServerConfig
fn clone(&self) -> JlsServerConfig
Returns a duplicate 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 JlsServerConfig
impl Debug for JlsServerConfig
Source§impl Default for JlsServerConfig
impl Default for JlsServerConfig
Source§fn default() -> JlsServerConfig
fn default() -> JlsServerConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JlsServerConfig
impl RefUnwindSafe for JlsServerConfig
impl Send for JlsServerConfig
impl Sync for JlsServerConfig
impl Unpin for JlsServerConfig
impl UnwindSafe for JlsServerConfig
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