pub struct LinkListener { /* private fields */ }Expand description
An owned listener for link events.
This is created by LinkListenerLocalBuilder 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 LinkListener
impl Drop for LinkListener
impl Listener for LinkListener
Auto Trait Implementations§
impl Freeze for LinkListener
impl !RefUnwindSafe for LinkListener
impl !Send for LinkListener
impl !Sync for LinkListener
impl Unpin for LinkListener
impl !UnwindSafe for LinkListener
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