Struct dbs_utils::epoll_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 more
sourceimpl 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
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SubscriberId) -> bool
fn ne(&self, other: &SubscriberId) -> bool
This method tests for !=.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more