pub struct ProxyListener { /* private fields */ }Expand description
An owned listener for proxy events.
This is created by ProxyListenerLocalBuilder and will receive events as long as it is alive.
When this gets dropped, the listener gets unregistered and no events will be received by it.
Trait Implementations§
Source§impl Drop for ProxyListener
impl Drop for ProxyListener
impl Listener for ProxyListener
Auto Trait Implementations§
impl Freeze for ProxyListener
impl !RefUnwindSafe for ProxyListener
impl !Send for ProxyListener
impl !Sync for ProxyListener
impl Unpin for ProxyListener
impl !UnwindSafe for ProxyListener
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