Struct event_manager::SubscriberId
source · pub struct SubscriberId(_);Expand description
Opaque object that uniquely represents a subscriber registered with an EventManager.
Trait Implementations
sourceimpl Clone for SubscriberId
impl Clone for SubscriberId
sourcefn clone(&self) -> SubscriberId
fn clone(&self) -> SubscriberId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SubscriberId
impl Debug for SubscriberId
sourceimpl Hash for SubscriberId
impl Hash for SubscriberId
sourceimpl PartialEq<SubscriberId> for SubscriberId
impl PartialEq<SubscriberId> for SubscriberId
sourcefn eq(&self, other: &SubscriberId) -> bool
fn eq(&self, other: &SubscriberId) -> bool
impl Copy for SubscriberId
impl Eq for SubscriberId
impl StructuralEq for SubscriberId
impl StructuralPartialEq for SubscriberId
Auto Trait Implementations
impl RefUnwindSafe for SubscriberId
impl Send for SubscriberId
impl Sync for SubscriberId
impl Unpin for SubscriberId
impl UnwindSafe for SubscriberId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more