pub struct PassthroughSession(/* private fields */);
Expand description
A helper object to run a passthrough (proxy) session.
Implementations§
Source§impl PassthroughSession
impl PassthroughSession
pub fn new(proxy: SessionProxy) -> Self
Auto Trait Implementations§
impl Freeze for PassthroughSession
impl !RefUnwindSafe for PassthroughSession
impl Send for PassthroughSession
impl Sync for PassthroughSession
impl Unpin for PassthroughSession
impl !UnwindSafe for PassthroughSession
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