Struct gloo_history::HistoryListener
source · pub struct HistoryListener { /* private fields */ }
Expand description
A History Listener to manage callbacks registered on a History
.
This Listener has the same behaviour as the EventListener
from
gloo
that the underlying callback will be unregistered when the listener is dropped.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HistoryListener
impl !Send for HistoryListener
impl !Sync for HistoryListener
impl Unpin for HistoryListener
impl !UnwindSafe for HistoryListener
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