pub struct ProxyDestination {
pub domain: String,
pub service: Option<u16>,
pub tls: bool,
}
Fields§
§domain: String
§service: Option<u16>
§tls: bool
Implementations§
Trait Implementations§
Source§impl Debug for ProxyDestination
impl Debug for ProxyDestination
Source§impl<'de> Deserialize<'de> for ProxyDestination
impl<'de> Deserialize<'de> for ProxyDestination
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 ProxyDestination
impl RefUnwindSafe for ProxyDestination
impl Send for ProxyDestination
impl Sync for ProxyDestination
impl Unpin for ProxyDestination
impl UnwindSafe for ProxyDestination
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