pub struct ApiProxy { /* private fields */ }Expand description
A running API proxy instance
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApiProxy
impl !RefUnwindSafe for ApiProxy
impl Send for ApiProxy
impl Sync for ApiProxy
impl Unpin for ApiProxy
impl UnsafeUnpin for ApiProxy
impl !UnwindSafe for ApiProxy
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