pub struct StaticIpResolver { /* private fields */ }Implementations§
Source§impl StaticIpResolver
impl StaticIpResolver
pub fn new(backends: Vec<(BackendAddress, BackendPort)>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StaticIpResolver
impl RefUnwindSafe for StaticIpResolver
impl Send for StaticIpResolver
impl Sync for StaticIpResolver
impl Unpin for StaticIpResolver
impl UnwindSafe for StaticIpResolver
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