pub struct ListenerId { /* private fields */ }
Expand description
Unique identifier for event listeners
This is returned when subscribing to events and can be used to unsubscribe specific listeners later.
Trait Implementations§
Source§impl Clone for ListenerId
impl Clone for ListenerId
Source§fn clone(&self) -> ListenerId
fn clone(&self) -> ListenerId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ListenerId
impl Debug for ListenerId
Source§impl Hash for ListenerId
impl Hash for ListenerId
Source§impl PartialEq for ListenerId
impl PartialEq for ListenerId
impl Copy for ListenerId
impl Eq for ListenerId
impl StructuralPartialEq for ListenerId
Auto Trait Implementations§
impl Freeze for ListenerId
impl RefUnwindSafe for ListenerId
impl Send for ListenerId
impl Sync for ListenerId
impl Unpin for ListenerId
impl UnwindSafe for ListenerId
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