pub struct Foxy { /* private fields */ }
Expand description
Main Foxy struct that holds the initialized proxy.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Foxy
impl !RefUnwindSafe for Foxy
impl Send for Foxy
impl Sync for Foxy
impl Unpin for Foxy
impl !UnwindSafe for Foxy
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