pub struct Proxy { /* private fields */ }Expand description
AGW proxy stream.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Proxy
impl !UnwindSafe for Proxy
impl Freeze for Proxy
impl Send for Proxy
impl Sync for Proxy
impl Unpin for Proxy
impl UnsafeUnpin for Proxy
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