pub struct StopProxyCommand;Trait Implementations§
Auto Trait Implementations§
impl Freeze for StopProxyCommand
impl RefUnwindSafe for StopProxyCommand
impl Send for StopProxyCommand
impl Sync for StopProxyCommand
impl Unpin for StopProxyCommand
impl UnwindSafe for StopProxyCommand
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