pub struct ListenToken(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for ListenToken
impl Clone for ListenToken
Source§fn clone(&self) -> ListenToken
fn clone(&self) -> ListenToken
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 ListenToken
impl Debug for ListenToken
Source§impl From<ListenToken> for usize
impl From<ListenToken> for usize
Source§fn from(val: ListenToken) -> usize
fn from(val: ListenToken) -> usize
Converts to this type from the input type.
Source§impl From<usize> for ListenToken
impl From<usize> for ListenToken
Source§fn from(val: usize) -> ListenToken
fn from(val: usize) -> ListenToken
Converts to this type from the input type.
Source§impl Hash for ListenToken
impl Hash for ListenToken
Source§impl Ord for ListenToken
impl Ord for ListenToken
Source§fn cmp(&self, other: &ListenToken) -> Ordering
fn cmp(&self, other: &ListenToken) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ListenToken
impl PartialEq for ListenToken
Source§impl PartialOrd for ListenToken
impl PartialOrd for ListenToken
impl Copy for ListenToken
impl Eq for ListenToken
impl StructuralPartialEq for ListenToken
Auto Trait Implementations§
impl Freeze for ListenToken
impl RefUnwindSafe for ListenToken
impl Send for ListenToken
impl Sync for ListenToken
impl Unpin for ListenToken
impl UnwindSafe for ListenToken
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.