pub struct HostServiceOpts<'a> {
pub host: Option<&'a str>,
}
Fields§
§host: Option<&'a str>
Upstream host to forward traffic to.
Trait Implementations§
Source§impl<'a> Debug for HostServiceOpts<'a>
impl<'a> Debug for HostServiceOpts<'a>
Source§impl<'a> PartialEq for HostServiceOpts<'a>
impl<'a> PartialEq for HostServiceOpts<'a>
impl<'a> StructuralPartialEq for HostServiceOpts<'a>
Auto Trait Implementations§
impl<'a> Freeze for HostServiceOpts<'a>
impl<'a> RefUnwindSafe for HostServiceOpts<'a>
impl<'a> Send for HostServiceOpts<'a>
impl<'a> Sync for HostServiceOpts<'a>
impl<'a> Unpin for HostServiceOpts<'a>
impl<'a> UnwindSafe for HostServiceOpts<'a>
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